Notifycon

Show notification count on icon. Only for pinned tabs.

Was ist Notifycon?

Notifycon ist eine Chrome-Erweiterung, die von https://www.rain1.it entwickelt wurde, und ihr Hauptmerkmal ist "Show notification count on icon. Only for pinned tabs.".

Erweiterungsscreenshots

screenshot
screenshot

Notifycon-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notifycon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Notifycon Notifycon
ID jaoianckkhlbbeodjpaajaimlpidbckh
Offizielle URL https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh
Beschreibung Show notification count on icon. Only for pinned tabs.
Dateigröße 29.17 KB
Installationsanzahl 1,103
Aktuelle Version 0.9.0
Letztes Update 2016-06-27
Veröffentlichungsdatum 2016-06-27
Bewertung 4.18/5 Insgesamt 28 Bewertungen
Entwickler https://www.rain1.it
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link
Hilfeseite URL http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq
Unterstützte Sprachen 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": []
}