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™ là gì?

Chat Icon Notifier for Google Chat™ là một tiện ích mở rộng Chrome được phát triển bởi https://lakenen.com, và tính năng chính của nó là "A simple extension to change the Gmail™ tab icon when you receive a new chat message!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chat Icon Notifier for Google Chat™

Tải xuống các tệp mở rộng Chat Icon Notifier for Google Chat™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chat Icon Notifier for Google Chat™ Chat Icon Notifier for Google Chat™
ID cjkdpabnfjehhfaeoplfodlcidhelpgk
URL Chính Thức https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk
Mô tả A simple extension to change the Gmail™ tab icon when you receive a new chat message!
Kích Thước Tệp 21.13 KB
Số Lần Cài Đặt 1,396
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2017-02-10
Ngày Phát Hành 2017-02-09
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://lakenen.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}