2 Commits

Author SHA1 Message Date
npease 47737ff3ff Create main.css 2018-01-11 18:49:13 -05:00
npease 823227c5fa Update popup.html 2018-01-11 18:17:23 -05:00
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
This is the repository for the Unichat Extensions
This is the repository for the Unichat Chrome Extension
To download, go to the releases section
and the installation instrustions are avaible here: http://techapple.net/2015/09/how-to-install-load-unpacked-extension-in-google-chrome-browser-os-chromebooks/ and here: https://www.mattcutts.com/blog/how-to-install-a-chrome-extension-from-github/
and the installation instrustions are avaible here: http://techapple.net/2015/09/how-to-install-load-unpacked-extension-in-google-chrome-browser-os-chromebooks/
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "Unichat",
"description": "This is the Unichat Popup",
"version": "1.7",
"version": "1.4.1",
"icons": {
"128": "7POdNS3.png"
},
+3 -3
View File
@@ -1,11 +1,11 @@
<html>
<head>
<style type="text/css">
body {width:700; height:325;}
body {width:600; height:350;}
</style>
</head>
<body style="background-color: #2d2d2d; overflow-y: hidden">
<iframe src="https://legend-of-iphoenix.github.io/UniChatDemo/Chrome%20Extension/UnichatEMBED.html" width="100%" height="100%" frameborder="0">
<body>
<iframe src="https://lax18.github.io/UniChatDemo/Chrome%20Extension/UnichatEMBED.html" width="100%" height="100%" frameborder="0">
</iframe>
</body>
</html>