12 Commits

Author SHA1 Message Date
npease 4357ac6235 Update manifest.json 2018-01-11 14:09:55 -05:00
npease 7f2d2eae6f Update popup.html 2018-01-11 14:09:38 -05:00
npease fa0c36b99e Update popup.html 2018-01-11 14:08:47 -05:00
npease d80f834e90 Update manifest.json 2018-01-11 14:04:49 -05:00
npease c4a95b0e18 Update popup.html 2018-01-11 14:04:25 -05:00
npease 2f3c88586c Update manifest.json 2018-01-11 13:57:21 -05:00
npease 9486b0ef7b Update README.md 2018-01-11 13:56:49 -05:00
npease 93daab32b3 Update README.md 2018-01-11 13:54:29 -05:00
npease a1b73a70d0 Update popup.html 2018-01-11 13:53:44 -05:00
npease 426f7e5635 Delete test 2018-01-11 13:51:46 -05:00
npease edb582db2c Rename Actual Download/README.md to test 2018-01-11 13:51:38 -05:00
npease 7ff119e73d Delete Unichat-Chrome-Extension-master.crx 2018-01-11 13:51:23 -05:00
5 changed files with 10 additions and 14 deletions
-7
View File
@@ -1,7 +0,0 @@
This is the actual download repository
HOWEVER
YOU SHOULD NOT USE THIS TO DOWNLOAD IT
GO TO THE WIKI / DOCUMENTATION TO DOWNLOAD IT
Binary file not shown.
+3
View File
@@ -1 +1,4 @@
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/
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "Unichat",
"description": "This Starts the Unichat Extension Popup",
"version": "1.0",
"version": "1.3",
"icons": {
"128": "7POdNS3.png"
},
+6 -6
View File
@@ -1,11 +1,11 @@
<html>
<head>
<style type="text/css">
body {width:550; height:310;}
</style>
</head>
<body>
<iframe src="https://lax18.github.io/UniChatDemo/Chrome%20Extension/UnichatEMBED.html" width="100%" height="100%" frameborder="0">
</iframe>
+ body {width:600; height:310;}
</style>
</head>
<body>
<iframe src="https://lax18.github.io/UniChatDemo/Chrome%20Extension/UnichatEMBED.html" width="100%" height="100%" frameborder="0">
</iframe>
</body>
</html>