IO-Chat

Quick launch IO-Chat from your toolbar.

IO-Chatとは何ですか?

IO-ChatはXymonによって開発されたChromeの拡張機能で、その主な機能は「Quick launch IO-Chat from your toolbar.」です。

拡張機能のスクリーンショット

screenshot

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 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"
    }
}