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
官方網址 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"
    }
}