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
公式URL 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
Eメール [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"
    }
}