Custom Gmail™ Favicons

Customize your Gmail™ favicon

什麼是Custom Gmail™ Favicons?

Custom Gmail™ Favicons是由evan.carothers開發的Chrome擴展程式,該擴展的主要功能是“Customize your Gmail™ favicon”。

擴展截圖

screenshot
screenshot

下載Custom Gmail™ Favicons擴展crx文件

下載Custom Gmail™ Favicons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Custom Gmail™ Favicons Custom Gmail™ Favicons
ID naelggiioddkpaokkopkbgfcjlkldpdn
官方網址 https://chromewebstore.google.com/detail/custom-gmail-favicons/naelggiioddkpaokkopkbgfcjlkldpdn
簡介 Customize your Gmail™ favicon
檔案大小 121 KB
安裝次數 382
目前版本 1.0.1
更新時間 2015-11-25
上架時間 2015-11-24
評分 4.17/5 共 6 次評分
開發者 evan.carothers
付費類型 free
支援的語言 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'"
}