Chrome Chat

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

Chrome Chatคืออะไร?

Chrome Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TreeHouseFalcon และคุณลักษณะหลักของมันคือ "Click on the Chrome Chat button on your toolbar to join the conversation."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Chat

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}