Notifycon

Show notification count on icon. Only for pinned tabs.

Qu'est-ce que Notifycon ?

Notifycon est une extension Chrome développée par https://www.rain1.it, et sa fonction principale est "Show notification count on icon. Only for pinned tabs.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Notifycon

Téléchargez les fichiers d'extension Notifycon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Notifycon Notifycon
ID jaoianckkhlbbeodjpaajaimlpidbckh
URL Officiel https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh
Description Show notification count on icon. Only for pinned tabs.
Taille du Fichier 29.17 KB
Nombre d'Installations 1,103
Version Actuelle 0.9.0
Dernière Mise à Jour 2016-06-27
Date de Publication 2016-06-27
Évaluation 4.18/5 Total 28 Évaluations
Développeur https://www.rain1.it
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link
URL de la Page d'Aide http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq
Langues Prises en Charge 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": []
}