Chrome Chat

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

Chrome Chat là gì?

Chrome Chat là một tiện ích mở rộng Chrome được phát triển bởi TreeHouseFalcon, và tính năng chính của nó là "Click on the Chrome Chat button on your toolbar to join the conversation.".

Tải xuống tệp CRX của tiện ích mở rộng Chrome Chat

Tải xuống các tệp mở rộng Chrome Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Chat Chrome Chat
ID nedonlkbklnlehfafbgpllbhlalpgigb
URL Chính Thức https://chrome.google.com/webstore/detail/chrome-chat/nedonlkbklnlehfafbgpllbhlalpgigb
Mô tả Click on the Chrome Chat button on your toolbar to join the conversation.
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2016-03-31
Ngày Phát Hành 2016-03-31
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển TreeHouseFalcon
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}