Chat Icon Notifier for Google Chat™
A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Τι είναι το Chat Icon Notifier for Google Chat™;
Το Chat Icon Notifier for Google Chat™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lakenen.com, και η κύρια λειτουργία του είναι "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chat Icon Notifier for Google Chat™
Λήψη αρχείων επέκτασης Chat Icon Notifier for Google Chat™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | cjkdpabnfjehhfaeoplfodlcidhelpgk |
| Επίσημο URL | https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk |
| Περιγραφή | A simple extension to change the Gmail™ tab icon when you receive a new chat message! |
| Μέγεθος Αρχείου | 21.13 KB |
| Αριθμός Εγκαταστάσεων | 1,396 |
| Τρέχουσα Έκδοση | 2.0.1 |
| Τελευταία Ενημέρωση | 2017-02-10 |
| Ημερομηνία Δημοσίευσης | 2017-02-09 |
| Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις |
| Προγραμματιστής | https://lakenen.com |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |