Notifycon
Show notification count on icon. Only for pinned tabs.
¿Qué es Notifycon?
Notifycon es una extensión de Chrome desarrollada por https://www.rain1.it, y su función principal es "Show notification count on icon. Only for pinned tabs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Notifycon
Descarga archivos de extensión Notifycon en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Notifycon |
ID | jaoianckkhlbbeodjpaajaimlpidbckh |
URL Oficial | https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh |
Descripción | Show notification count on icon. Only for pinned tabs. |
Tamaño del Archivo | 29.17 KB |
Cantidad de Instalaciones | 1,103 |
Versión Actual | 0.9.0 |
Última Actualización | 2016-06-27 |
Fecha de Publicación | 2016-06-27 |
Calificación | 4.18/5 Total de 28 Calificaciones |
Desarrollador | https://www.rain1.it |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link |
URL de la Página de Ayuda | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq |
Idiomas Soportados | 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": [] } |