Notifycon

Show notification count on icon. Only for pinned tabs.

Cos'è Notifycon?

Notifycon è un'estensione di Chrome sviluppata da https://www.rain1.it, e la sua funzione principale è "Show notification count on icon. Only for pinned tabs.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Notifycon

Scarica i file di estensione Notifycon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Notifycon Notifycon
ID jaoianckkhlbbeodjpaajaimlpidbckh
URL Ufficiale https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh
Descrizione Show notification count on icon. Only for pinned tabs.
Dimensione del File 29.17 KB
Conteggio Installazioni 1,103
Versione Corrente 0.9.0
Ultimo Aggiornamento 2016-06-27
Data di Pubblicazione 2016-06-27
Valutazione 4.18/5 Totale 28 Valutazioni
Sviluppatore https://www.rain1.it
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link
URL della Pagina di Aiuto http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq
Lingue Supportate 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": []
}