Google Logo Replacement Extension

This extension will replace the new Google logo and favicon with the old ones.

Google Logo Replacement Extensionとは何ですか?

Google Logo Replacement Extensionはmackayapps858によって開発されたChromeの拡張機能で、その主な機能は「This extension will replace the new Google logo and favicon with the old ones.」です。

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

screenshot

Google Logo Replacement Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
公式URL https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
説明 This extension will replace the new Google logo and favicon with the old ones.
ファイルサイズ 4.89 KB
インストール数 495
現在のバージョン 1.0
最終更新日 2015-09-05
公開日 2015-09-05
評価 1.75/5 合計 12 レビュー
開発者 mackayapps858
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Logo Replacement Extension",
    "description": "This extension will replace the new Google logo and favicon with the old ones.",
    "version": "1.0",
    "author": "Byron Mackay",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}