IO-Chat
Quick launch IO-Chat from your toolbar.
What is IO-Chat?
IO-Chat is a Chrome extension developed by Xymon, and its main feature is "Quick launch IO-Chat from your toolbar.".
Extension Screenshots
Download IO-Chat Extension CRX File
Download IO-Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
IO-Chat is an HTML5 chatroom system built on NodeJS and Socket.IO. It is open to all ages with no-registration required!
Extension Basic Information
Name | IO-Chat |
ID | bbealffikjiocnlneipkmddghipegngk |
Official URL | https://chromewebstore.google.com/detail/io-chat/bbealffikjiocnlneipkmddghipegngk |
Description | Quick launch IO-Chat from your toolbar. |
File Size | 118 KB |
Installation Count | 46 |
Current Version | 0.1 |
Last Updated | 2014-04-16 |
Publish Date | 2014-04-16 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Xymon |
Payment Type | free |
Extension Website | http://io-chat.com |
Help Page URL | http://help.io-chat.com/chromeapp |
Supported Languages | 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" } } |