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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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