Chat Icon Notifier for Google Chat™
A simple extension to change the Gmail™ tab icon when you receive a new chat message!
¿Qué es Chat Icon Notifier for Google Chat™?
Chat Icon Notifier for Google Chat™ es una extensión de Chrome desarrollada por https://lakenen.com, y su función principal es "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chat Icon Notifier for Google Chat™
Descarga archivos de extensión Chat Icon Notifier for Google Chat™ 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
This very simple extension simply flashes the Gmail™ tab icon when you get a new message. This is very useful if you like to pin your tab (but still want to know when you are receiving new chat messages). Enjoy!
Información Básica de la Extensión
Nombre | Chat Icon Notifier for Google Chat™ |
ID | cjkdpabnfjehhfaeoplfodlcidhelpgk |
URL Oficial | https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk |
Descripción | A simple extension to change the Gmail™ tab icon when you receive a new chat message! |
Tamaño del Archivo | 21.13 KB |
Cantidad de Instalaciones | 1,396 |
Versión Actual | 2.0.1 |
Última Actualización | 2017-02-10 |
Fecha de Publicación | 2017-02-09 |
Calificación | 4.33/5 Total de 6 Calificaciones |
Desarrollador | https://lakenen.com |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chat Icon Notifier for Google Chat\u2122", "description": "A simple extension to change the Gmail\u2122 tab icon when you receive a new chat message!", "version": "2.0.1", "content_scripts": [ { "js": [ "chatnotifier.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |