Chat Icon Notifier for Google Chat™
A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Cos'è Chat Icon Notifier for Google Chat™?
Chat Icon Notifier for Google Chat™ è un'estensione di Chrome sviluppata da https://lakenen.com, e la sua funzione principale è "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chat Icon Notifier for Google Chat™
Scarica i file di estensione Chat Icon Notifier for Google Chat™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | cjkdpabnfjehhfaeoplfodlcidhelpgk |
| URL Ufficiale | https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk |
| Descrizione | A simple extension to change the Gmail™ tab icon when you receive a new chat message! |
| Dimensione del File | 21.13 KB |
| Conteggio Installazioni | 1,396 |
| Versione Corrente | 2.0.1 |
| Ultimo Aggiornamento | 2017-02-10 |
| Data di Pubblicazione | 2017-02-09 |
| Valutazione | 4.33/5 Totale 6 Valutazioni |
| Sviluppatore | https://lakenen.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |