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™ https://lakenen.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension to change the Gmail™ tab icon when you receive a new chat message!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chat Icon Notifier for Google Chat™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}