Chat Icon Notifier for Google Chat™
A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Wat is Chat Icon Notifier for Google Chat™?
Chat Icon Notifier for Google Chat™ is een Chrome-extensie ontwikkeld door https://lakenen.com, en de belangrijkste functie is "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".
Extensie Screenshots
Download het CRX-bestand van de extensie Chat Icon Notifier for Google Chat™
Download Chat Icon Notifier for Google Chat™-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
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!
Basisinformatie over de Extensie
Naam | Chat Icon Notifier for Google Chat™ |
ID | cjkdpabnfjehhfaeoplfodlcidhelpgk |
Officiële URL | https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk |
Beschrijving | A simple extension to change the Gmail™ tab icon when you receive a new chat message! |
Bestandsgrootte | 21.13 KB |
Aantal Installaties | 1,396 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2017-02-10 |
Publicatiedatum | 2017-02-09 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://lakenen.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |