G Favicon Fixer

Return to the old Google favicon!

G Favicon Fixerとは何ですか?

G Favicon FixerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Return to the old Google favicon!」です。

拡張機能のスクリーンショット

screenshot

G Favicon Fixer拡張機能のCRXファイルをダウンロード

G Favicon Fixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Don't like the new white on blue G? Install this app to return to the multicolored 2009 favicon!                    

拡張機能の基本情報

名前 G Favicon Fixer G Favicon Fixer
ID fgofmpkkcmalkeloaihfljngbibciile
公式URL https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile
説明 Return to the old Google favicon!
ファイルサイズ 53.73 KB
インストール数 1,140
現在のバージョン 1.1
最終更新日 2012-08-23
公開日 2012-08-22
評価 4.36/5 合計 14 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "G Favicon Fixer",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Return to the old Google favicon!",
    "content_scripts": [
        {
            "js": [
                "mainscript.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/google.com\/*",
                "*:\/\/images.google.com\/*",
                "*:\/\/books.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "oldfavicon.ico"
    ],
    "icons": {
        "16": "oldfavicon16.png",
        "48": "oldfavicon48.png",
        "128": "oldfavicon128.png"
    }
}