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
官方網址 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'"
}