Notifycon
Show notification count on icon. Only for pinned tabs.
Hvad er Notifycon?
Notifycon er en Chrome-udvidelse udviklet af https://www.rain1.it, og dens hovedfunktion er "Show notification count on icon. Only for pinned tabs.".
Udvidelsesskærmbilleder
Download Notifycon-udvidelses-CRX-fil
Download Notifycon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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æggende oplysninger om udvidelsen
| Navn |   |  
| ID | jaoianckkhlbbeodjpaajaimlpidbckh | 
| Officiel URL | https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh | 
| Beskrivelse | Show notification count on icon. Only for pinned tabs. | 
| Filstørrelse | 29.17 KB | 
| Antal Installationer | 1,103 | 
| Nuværende Version | 0.9.0 | 
| Senest Opdateret | 2016-06-27 | 
| Udgivelsesdato | 2016-06-27 | 
| Bedømmelse | 4.18/5 Samlet 28 Bedømmelser | 
| Udvikler | https://www.rain1.it | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link | 
| Hjælpeside-URL | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq | 
| Understøttede Sprog | 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": []
}  |  |