Notifycon

Show notification count on icon. Only for pinned tabs.

O que é Notifycon?

Notifycon é uma extensão do Chrome desenvolvida por https://www.rain1.it, e sua principal característica é "Show notification count on icon. Only for pinned tabs.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Notifycon

Baixe arquivos de extensão Notifycon 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

                        Pinned tabs are awesome. But the biggest problem is the document title hidden. So, why don't show the number of notification on favicon? That's all. More features in progress and feedback is welcome                    

Informações Básicas da Extensão

Nome Notifycon Notifycon
ID jaoianckkhlbbeodjpaajaimlpidbckh
URL Oficial https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh
Descrição Show notification count on icon. Only for pinned tabs.
Tamanho do Arquivo 29.17 KB
Contagem de Instalações 1,103
Versão Atual 0.9.0
Última Atualização 2016-06-27
Data de Publicação 2016-06-27
Classificação 4.18/5 Total de 28 Avaliações
Desenvolvedor https://www.rain1.it
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link
URL da Página de Ajuda http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq
Idiomas Suportados en,it,hu,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "Notifycon",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "0.9.0",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "background": {
        "scripts": [
            "js\/Rain1\/Overlay.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Notifycon",
        "default_icon": "img\/16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": []
}