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