Chat Icon Notifier for Google Chat™
A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Co to jest Chat Icon Notifier for Google Chat™?
Chat Icon Notifier for Google Chat™ to rozszerzenie Chrome opracowane przez https://lakenen.com, a jego główną funkcją jest „A simple extension to change the Gmail™ tab icon when you receive a new chat message!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chat Icon Notifier for Google Chat™
Pobierz pliki rozszerzeń Chat Icon Notifier for Google Chat™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cjkdpabnfjehhfaeoplfodlcidhelpgk |
| Oficjalny URL | https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk |
| Opis | A simple extension to change the Gmail™ tab icon when you receive a new chat message! |
| Rozmiar pliku | 21.13 KB |
| Liczba instalacji | 1,396 |
| Aktualna Wersja | 2.0.1 |
| Ostatnia Aktualizacja | 2017-02-10 |
| Data Publikacji | 2017-02-09 |
| Ocena | 4.33/5 Łącznie 6 Oceny |
| Deweloper | https://lakenen.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |