Chat Icon Notifier for Google Chat™
A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Qu'est-ce que Chat Icon Notifier for Google Chat™ ?
Chat Icon Notifier for Google Chat™ est une extension Chrome développée par https://lakenen.com, et sa fonction principale est "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chat Icon Notifier for Google Chat™
Téléchargez les fichiers d'extension Chat Icon Notifier for Google Chat™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Chat Icon Notifier for Google Chat™ |
ID | cjkdpabnfjehhfaeoplfodlcidhelpgk |
URL Officiel | https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk |
Description | A simple extension to change the Gmail™ tab icon when you receive a new chat message! |
Taille du Fichier | 21.13 KB |
Nombre d'Installations | 1,396 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2017-02-10 |
Date de Publication | 2017-02-09 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | https://lakenen.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |