Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bec26faf46 | |||
| d52dddac93 | |||
| ba6ab6d0a6 | |||
| 9761a0e401 | |||
| 5d19eeaa04 | |||
| 85e1d68c85 | |||
| 11d895ae7b | |||
| 50561d4772 | |||
| 56925ea985 | |||
| 328f0f0acc |
@@ -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 here: https://www.mattcutts.com/blog/how-to-install-a-chrome-extension-from-github/
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
"name": "Unichat",
|
||||
"description": "This is the Unichat Popup",
|
||||
"version": "1.5",
|
||||
"version": "1.7",
|
||||
"icons": {
|
||||
"128": "7POdNS3.png"
|
||||
},
|
||||
|
||||
+2
-2
@@ -1,10 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
body {width:600; height:200;}
|
||||
body {width:700; height:325;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user