Notifycon
Show notification count on icon. Only for pinned tabs.
Wat is Notifycon?
Notifycon is een Chrome-extensie ontwikkeld door https://www.rain1.it, en de belangrijkste functie is "Show notification count on icon. Only for pinned tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Notifycon
Download Notifycon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Notifycon |
ID | jaoianckkhlbbeodjpaajaimlpidbckh |
Officiële URL | https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh |
Beschrijving | Show notification count on icon. Only for pinned tabs. |
Bestandsgrootte | 29.17 KB |
Aantal Installaties | 1,103 |
Huidige Versie | 0.9.0 |
Laatst Bijgewerkt | 2016-06-27 |
Publicatiedatum | 2016-06-27 |
Beoordeling | 4.18/5 Totaal 28 Beoordelingen |
Ontwikkelaar | https://www.rain1.it |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link |
Help Pagina-URL | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq |
Ondersteunde Talen | 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": [] } |