Chat Icon Notifier for Google Chat™
A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Was ist Chat Icon Notifier for Google Chat™?
Chat Icon Notifier for Google Chat™ ist eine Chrome-Erweiterung, die von https://lakenen.com entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".
Erweiterungsscreenshots
Chat Icon Notifier for Google Chat™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chat Icon Notifier for Google Chat™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cjkdpabnfjehhfaeoplfodlcidhelpgk |
| Offizielle URL | https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk |
| Beschreibung | A simple extension to change the Gmail™ tab icon when you receive a new chat message! |
| Dateigröße | 21.13 KB |
| Installationsanzahl | 1,396 |
| Aktuelle Version | 2.0.1 |
| Letztes Update | 2017-02-10 |
| Veröffentlichungsdatum | 2017-02-09 |
| Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
| Entwickler | https://lakenen.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |