Chrome Chat

Click on the Chrome Chat button on your toolbar to join the conversation.

Chrome Chatとは何ですか?

Chrome ChatはTreeHouseFalconによって開発されたChromeの拡張機能で、その主な機能は「Click on the Chrome Chat button on your toolbar to join the conversation.」です。

Chrome Chat拡張機能のCRXファイルをダウンロード

Chrome Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a system that you can use to chat with your friends, quickly and easily. Click on the Chrome Chat button on your toolbar to join the conversation.                    

拡張機能の基本情報

名前 Chrome Chat Chrome Chat
ID nedonlkbklnlehfafbgpllbhlalpgigb
公式URL https://chrome.google.com/webstore/detail/chrome-chat/nedonlkbklnlehfafbgpllbhlalpgigb
説明 Click on the Chrome Chat button on your toolbar to join the conversation.
ファイルサイズ 208 KB
インストール数 33
現在のバージョン 1.3.2
最終更新日 2016-03-31
公開日 2016-03-31
評価 4.33/5 合計 3 レビュー
開発者 TreeHouseFalcon
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Chat",
    "description": "Click on the Chrome Chat button on your toolbar to join the conversation.",
    "version": "1.3.2",
    "author": "TreeHouseFalcon",
    "short_name": "Chrome Chat",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.2.0.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/helpmoose.com\/*",
        "http:\/\/localhost:8888\/",
        "https:\/\/talkgadget.google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/talkgadget.google.com http:\/\/localhost:8888; object-src 'self'"
}