Notifycon

Show notification count on icon. Only for pinned tabs.

Vad är Notifycon?

Notifycon är en Chrome-tillägg utvecklad av https://www.rain1.it, och dess huvudfunktion är "Show notification count on icon. Only for pinned tabs.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Notifycon-förlängningens CRX-fil

Ladda ner Notifycon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Notifycon Notifycon
ID jaoianckkhlbbeodjpaajaimlpidbckh
Officiell webbadress https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh
Beskrivning Show notification count on icon. Only for pinned tabs.
Filstorlek 29.17 KB
Antal Installationer 1,103
Aktuell Version 0.9.0
Senast Uppdaterad 2016-06-27
Publiceringsdatum 2016-06-27
Betyg 4.18/5 Totalt 28 Betyg
Utvecklare https://www.rain1.it
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link
Hjälpsida URL http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq
Stödda Språk 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": []
}