Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bb82a0ee3 | |||
| 44793e0167 | |||
| c177d0690c | |||
| cb3e843bfc | |||
| 0997d696b1 | |||
| 09aec831dc | |||
| 97f6cf5a62 | |||
| 4357ac6235 | |||
| 7f2d2eae6f | |||
| fa0c36b99e | |||
| d80f834e90 | |||
| c4a95b0e18 | |||
| 2f3c88586c | |||
| 9486b0ef7b | |||
| 93daab32b3 | |||
| a1b73a70d0 | |||
| 426f7e5635 | |||
| edb582db2c | |||
| 7ff119e73d |
@@ -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.
@@ -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/
|
||||
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@
|
||||
"manifest_version": 2,
|
||||
|
||||
"name": "Unichat",
|
||||
"description": "This Starts the Unichat Extension Popup",
|
||||
"version": "1.0",
|
||||
"description": "This is the Unichat Popup",
|
||||
"version": "1.4.1",
|
||||
"icons": {
|
||||
"128": "7POdNS3.png"
|
||||
},
|
||||
|
||||
+6
-6
@@ -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:350;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="https://legend-of-iphoenix.github.io/UniChatDemo/Chrome%20Extension/UnichatEMBED.html" width="100%" height="100%" frameborder="0">
|
||||
</iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user