Compact Chat

Helps to make the Google Chat more compact.

ما هو Compact Chat؟

Compact Chat هو إضافة Chrome تم تطويرها بواسطة Jiri Tyr، والميزة الرئيسية لها هي "Helps to make the Google Chat more compact.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Compact Chat

قم بتنزيل ملفات الامتداد Compact Chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension helps to make the Google Chat more compact.

Supported envirnonments:
  * Gmail
  * Google Plus

Supported options:
  * Hide GTalk title
  * Hide GTalk search field
  * Hide GTalk status
  * Hide GTalk invisible alert

Project page:
http://compact-gmailchat.googlecode.com                    

معلومات أساسية عن التمديد

الاسم Compact Chat Compact Chat
ID bklmkimoffejblknkmgkacngcmahkagf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/compact-chat/bklmkimoffejblknkmgkacngcmahkagf
الوصف Helps to make the Google Chat more compact.
حجم الملف 36.06 KB
عدد التثبيتات 625
النسخة الحالية 1.8
آخر تحديث 2013-09-30
تاريخ النشر 2013-09-30
تقييم 3.60/5 مجموع تقييمات 10
المطور Jiri Tyr
نوع الدفع free
موقع الإضافة http://compact-gmailchat.googlecode.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Compact Chat",
    "version": "1.8",
    "description": "Helps to make the Google Chat more compact.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/mail.google.com\/mail\/*",
                "https:\/\/mail.google.com\/mail\/*",
                "http:\/\/talkgadget.google.com\/talkgadget\/*",
                "https:\/\/talkgadget.google.com\/talkgadget\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": "html\/background.html"
}