16 Commits

Author SHA1 Message Date
npease bec26faf46 Update manifest.json 2018-01-15 16:33:25 -05:00
npease d52dddac93 Update popup.html 2018-01-15 16:33:12 -05:00
npease ba6ab6d0a6 Update README.md 2018-01-15 12:32:52 -05:00
npease 9761a0e401 Delete Unichat-Chrome-Extension-master.crx 2018-01-15 12:30:47 -05:00
npease 5d19eeaa04 Update popup.html 2018-01-15 11:12:33 -05:00
npease 85e1d68c85 Added Easy Install File 2018-01-13 23:34:42 -05:00
npease 11d895ae7b Updated Version 2018-01-13 20:55:33 -05:00
npease 50561d4772 Made Width Proportional 2018-01-13 20:55:05 -05:00
npease 56925ea985 Made Wider 2018-01-13 19:51:08 -05:00
npease 328f0f0acc Made Popup look better 2018-01-13 19:48:40 -05:00
npease 0fbad43b50 Update manifest.json 2018-01-13 15:40:59 -05:00
npease eaa780ad63 Update popup.html 2018-01-13 15:40:38 -05:00
npease 670dbb1894 Update README.md 2018-01-13 15:27:56 -05:00
npease ceb6444234 Create main.css 2018-01-11 18:54:05 -05:00
npease 8b440b4a30 Update popup.html 2018-01-11 18:22:45 -05:00
npease fe9a985b0f Update popup.html 2018-01-11 18:22:07 -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 Chrome Extension
This is the repository for the Unichat Extensions
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 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/
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "Unichat",
"description": "This is the Unichat Popup",
"version": "1.4.1",
"version": "1.7",
"icons": {
"128": "7POdNS3.png"
},
+3 -3
View File
@@ -1,11 +1,11 @@
<html>
<head>
<style type="text/css">
body {width:600; height:350;}
body {width:700; height:325;}
</style>
</head>
<body>
<iframe src="https://lax18.github.io/UniChatDemo/Chrome%20Extension/UnichatEMBED.html" width="100%" height="100%" frameborder="0">
<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">
</iframe>
</body>
</html>