Chat Icon Notifier for Google Chat™

A simple extension to change the Gmail™ tab icon when you receive a new chat message!

ما هو Chat Icon Notifier for Google Chat™؟

Chat Icon Notifier for Google Chat™ هو إضافة Chrome تم تطويرها بواسطة https://lakenen.com، والميزة الرئيسية لها هي "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Chat Icon Notifier for Google Chat™

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

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

                        This very simple extension simply flashes the Gmail™ tab icon when you get a new message. This is very useful if you like to pin your tab (but still want to know when you are receiving new chat messages).

Enjoy!                    

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

الاسم Chat Icon Notifier for Google Chat™ Chat Icon Notifier for Google Chat™
ID cjkdpabnfjehhfaeoplfodlcidhelpgk
عنوان URL الرسمي https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk
الوصف A simple extension to change the Gmail™ tab icon when you receive a new chat message!
حجم الملف 21.13 KB
عدد التثبيتات 1,396
النسخة الحالية 2.0.1
آخر تحديث 2017-02-10
تاريخ النشر 2017-02-09
تقييم 4.33/5 مجموع تقييمات 6
المطور https://lakenen.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chat Icon Notifier for Google Chat\u2122",
    "description": "A simple extension to change the Gmail\u2122 tab icon when you receive a new chat message!",
    "version": "2.0.1",
    "content_scripts": [
        {
            "js": [
                "chatnotifier.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}