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!
扩展基本信息
名称 | IO-Chat |
ID | bbealffikjiocnlneipkmddghipegngk |
官方URL | 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" } } |