Custom Gmail™ Favicons

Customize your Gmail™ favicon

Custom Gmail™ Favicons là gì?

Custom Gmail™ Favicons là một tiện ích mở rộng Chrome được phát triển bởi evan.carothers, và tính năng chính của nó là "Customize your Gmail™ favicon".

Ả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 Custom Gmail™ Favicons

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

                        Do you use more than 1 Gmail™ account on a daily basis? Sick of losing your inbox tabs all over the place? With this extension you can set a custom favicon icon for each of your Gmail™ email accounts, complete with unread message notification. Simply specify the email accounts in the extension options and upload the image you wish to use for the favicon and you're off to the races!

**PLEASE NOTE** - you must not have the Gmail™ Labs "Unread Message Icon" feature enabled or this extension won't work with that account. This extension replaces that feature however, so you are still good to go if you've become accustomed to the favicon badges.                    

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

Tên Custom Gmail™ Favicons Custom Gmail™ Favicons
ID naelggiioddkpaokkopkbgfcjlkldpdn
URL Chính Thức https://chromewebstore.google.com/detail/custom-gmail-favicons/naelggiioddkpaokkopkbgfcjlkldpdn
Mô tả Customize your Gmail™ favicon
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 382
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-11-25
Ngày Phát Hành 2015-11-24
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển evan.carothers
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Gmail\u2122 Favicons",
    "version": "1.0.1",
    "manifest_version": 2,
    "author": "Evan Carothers",
    "description": "Customize your Gmail\u2122 favicon",
    "homepage_url": "https:\/\/github.com\/ecaroth\/gmail-favicon-customizer-chrome-extension",
    "icons": {
        "16": "src\/images\/icon-16.png",
        "128": "src\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "src\/shared\/message-relay\/message_relay.js",
                "src\/shared\/favico\/favico.js",
                "src\/content\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/src\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/mail.google.com\/mail\/"
    ],
    "options_ui": {
        "page": "src\/options\/options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}