Flavoured Favicon

Change color tastes of favicons by their domains

什麼是Flavoured Favicon?

Flavoured Favicon是由motemen開發的Chrome擴展程式,該擴展的主要功能是“Change color tastes of favicons by their domains”。

擴展截圖

screenshot

下載Flavoured Favicon擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Flavoured Favicon Flavoured Favicon
ID dlegfippiljfbacmikdigaimfngdibgh
官方網址 https://chromewebstore.google.com/detail/flavoured-favicon/dlegfippiljfbacmikdigaimfngdibgh
簡介 Change color tastes of favicons by their domains
檔案大小 47.63 KB
安裝次數 86
目前版本 0.0.3
更新時間 2014-12-24
上架時間 2014-12-23
評分 3.00/5 共 2 次評分
開發者 motemen
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flavoured Favicon",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Change color tastes of favicons by their domains",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "128": "icons\/icon.png"
    }
}