Gmail Color Favicon

Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.

Gmail Color Favicon là gì?

Gmail Color Favicon là một tiện ích mở rộng Chrome được phát triển bởi Manu Cornet, và tính năng chính của nó là "Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Color Favicon

Tải xuống các tệp mở rộng Gmail Color Favicon 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

                        *** Please reload your Gmail tabs after installing this extension. ***

*** Known issue: the color you've chosen doesn't stick when you reload your Gmail. That's next on the roadmap. ***

Feedback and contributions welcome!                    

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

Tên Gmail Color Favicon Gmail Color Favicon
ID ibkehhmaemkhpniaekaggfcbhfhaiiho
URL Chính Thức https://chrome.google.com/webstore/detail/gmail-color-favicon/ibkehhmaemkhpniaekaggfcbhfhaiiho
Mô tả Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.
Kích Thước Tệp 652 KB
Số Lần Cài Đặt 422
Phiên Bản Hiện Tại 0.15
Cập Nhật Lần Cuối 2016-01-06
Ngày Phát Hành 2016-01-06
Đánh Giá 4.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Manu Cornet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lmanul/gmailcolorfavicon
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Color Favicon",
    "version": "0.15",
    "description": "Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.",
    "browser_action": {
        "default_title": "Pick a color",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "72": "icon_72.png",
        "128": "icon_128.png",
        "250": "icon_250.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "tabs"
    ]
}