IO-Chat
Quick launch IO-Chat from your toolbar.
什麼是IO-Chat?
IO-Chat是由Xymon開發的Chrome擴展程式,該擴展的主要功能是“Quick launch IO-Chat from your toolbar.”。
擴展截圖
下載IO-Chat擴展crx文件
下載IO-Chat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
IO-Chat is an HTML5 chatroom system built on NodeJS and Socket.IO. It is open to all ages with no-registration required! 擴展基本資訊
| 名稱 | |
| ID | bbealffikjiocnlneipkmddghipegngk |
| 官方網址 | https://chromewebstore.google.com/detail/io-chat/bbealffikjiocnlneipkmddghipegngk |
| 簡介 | Quick launch IO-Chat from your toolbar. |
| 檔案大小 | 118 KB |
| 安裝次數 | 46 |
| 目前版本 | 0.1 |
| 更新時間 | 2014-04-16 |
| 上架時間 | 2014-04-16 |
| 評分 | 5.00/5 共 6 次評分 |
| 開發者 | Xymon |
| 付費類型 | free |
| 擴展官網 | http://io-chat.com |
| 說明頁面URL | http://help.io-chat.com/chromeapp |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IO-Chat",
"author": "Xymon Sinclair",
"version": "0.1",
"description": "Quick launch IO-Chat from your toolbar.",
"manifest_version": 2,
"icons": {
"19": "19.png",
"38": "38.png",
"128": "128.png"
},
"background": {
"scripts": [
"script.js"
]
},
"browser_action": {
"default_icon": {
"19": "19.png",
"38": "38.png",
"128": "128.png"
},
"default_title": "Launch IO-Chat"
}
} | |