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™はhttps://lakenen.comによって開発されたChromeの拡張機能で、その主な機能は「A simple extension to change the Gmail™ tab icon when you receive a new chat message!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Chat Icon Notifier for Google Chat™拡張機能のCRXファイルをダウンロード

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"
    }
}