Chat Icon Notifier for Google Chat™

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

O que é Chat Icon Notifier for Google Chat™?

Chat Icon Notifier for Google Chat™ é uma extensão do Chrome desenvolvida por https://lakenen.com, e sua principal característica é "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Chat Icon Notifier for Google Chat™

Baixe arquivos de extensão Chat Icon Notifier for Google Chat™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Chat Icon Notifier for Google Chat™ Chat Icon Notifier for Google Chat™
ID cjkdpabnfjehhfaeoplfodlcidhelpgk
URL Oficial https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk
Descrição A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Tamanho do Arquivo 21.13 KB
Contagem de Instalações 1,396
Versão Atual 2.0.1
Última Atualização 2017-02-10
Data de Publicação 2017-02-09
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor https://lakenen.com
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}