Chat Icon Notifier for Google Chat™
A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Vad är Chat Icon Notifier for Google Chat™?
Chat Icon Notifier for Google Chat™ är en Chrome-tillägg utvecklad av https://lakenen.com, och dess huvudfunktion är "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".
Tilläggsskärmbilder
Ladda ner Chat Icon Notifier for Google Chat™-förlängningens CRX-fil
Ladda ner Chat Icon Notifier for Google Chat™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | cjkdpabnfjehhfaeoplfodlcidhelpgk |
| Officiell webbadress | https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk |
| Beskrivning | A simple extension to change the Gmail™ tab icon when you receive a new chat message! |
| Filstorlek | 21.13 KB |
| Antal Installationer | 1,396 |
| Aktuell Version | 2.0.1 |
| Senast Uppdaterad | 2017-02-10 |
| Publiceringsdatum | 2017-02-09 |
| Betyg | 4.33/5 Totalt 6 Betyg |
| Utvecklare | https://lakenen.com |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |