Goggle

Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…

Goggleとは何ですか?

Goggleはmeepy314によって開発されたChromeの拡張機能で、その主な機能は「Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension for you! Just install the extension and click on the icon change the Google logo on that computer!                    

拡張機能の基本情報

名前 Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
公式URL https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
説明 Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
ファイルサイズ 28.28 KB
インストール数 3,402
現在のバージョン 1.1
最終更新日 2017-03-28
公開日 2017-03-28
評価 3.00/5 合計 10 レビュー
開発者 meepy314
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goggle",
    "version": "1.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ProductSans.ttf"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}