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!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл 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!                    

Основная информация о расширении

Название Chat Icon Notifier for Google Chat™ Chat Icon Notifier for Google Chat™
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"
    }
}