Chat Icon Notifier for Google Chat™

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

Hvad er Chat Icon Notifier for Google Chat™?

Chat Icon Notifier for Google Chat™ er en Chrome-udvidelse udviklet af https://lakenen.com, og dens hovedfunktion er "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Chat Icon Notifier for Google Chat™-udvidelses-CRX-fil

Download Chat Icon Notifier for Google Chat™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Chat Icon Notifier for Google Chat™ Chat Icon Notifier for Google Chat™
ID cjkdpabnfjehhfaeoplfodlcidhelpgk
Officiel URL https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk
Beskrivelse A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Filstørrelse 21.13 KB
Antal Installationer 1,396
Nuværende Version 2.0.1
Senest Opdateret 2017-02-10
Udgivelsesdato 2017-02-09
Bedømmelse 4.33/5 Samlet 6 Bedømmelser
Udvikler https://lakenen.com
Betalingsmetode free
Understøttede Sprog 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"
    }
}