Chat Icon Notifier for Google Chat™

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

Co je Chat Icon Notifier for Google Chat™?

Chat Icon Notifier for Google Chat™ je rozšíření Chrome vyvinuté https://lakenen.com, a jeho hlavní funkcí je „A simple extension to change the Gmail™ tab icon when you receive a new chat message!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Chat Icon Notifier for Google Chat™

Stáhněte si soubory rozšíření Chat Icon Notifier for Google Chat™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Chat Icon Notifier for Google Chat™ Chat Icon Notifier for Google Chat™
ID cjkdpabnfjehhfaeoplfodlcidhelpgk
Oficiální URL https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk
Popis A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Velikost souboru 21.13 KB
Počet instalací 1,396
Aktuální Verze 2.0.1
Poslední Aktualizace 2017-02-10
Datum Vydání 2017-02-09
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář https://lakenen.com
Typ Platby free
Podporované Jazyky 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"
    }
}