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"
    }
}