Goggle

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

What is Goggle?

Goggle is a Chrome extension developed by meepy314, and its main feature is "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Goggle Extension CRX File

Download Goggle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
Official URL https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Description Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
File Size 28.28 KB
Installation Count 3,402
Current Version 1.1
Last Updated 2017-03-28
Publish Date 2017-03-28
Rating 3.00/5 Total 10 Ratings
Developer meepy314
Payment Type free
Supported Languages 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"
    }
}