Notifycon

Show notification count on icon. Only for pinned tabs.

What is Notifycon?

Notifycon is a Chrome extension developed by https://www.rain1.it, and its main feature is "Show notification count on icon. Only for pinned tabs.".

Extension Screenshots

screenshot
screenshot

Download Notifycon Extension CRX File

Download Notifycon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Notifycon Notifycon
ID jaoianckkhlbbeodjpaajaimlpidbckh
Official URL https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh
Description Show notification count on icon. Only for pinned tabs.
File Size 29.17 KB
Installation Count 1,103
Current Version 0.9.0
Last Updated 2016-06-27
Publish Date 2016-06-27
Rating 4.18/5 Total 28 Ratings
Developer https://www.rain1.it
Email [email protected]
Payment Type free
Extension Website http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link
Help Page URL http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq
Supported Languages 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": []
}