Goggle

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

Vad är Goggle?

Goggle är en Chrome-tillägg utvecklad av meepy314, och dess huvudfunktion är "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Goggle-förlängningens CRX-fil

Ladda ner Goggle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
Officiell webbadress https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Beskrivning Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Filstorlek 28.28 KB
Antal Installationer 3,402
Aktuell Version 1.1
Senast Uppdaterad 2017-03-28
Publiceringsdatum 2017-03-28
Betyg 3.00/5 Totalt 10 Betyg
Utvecklare meepy314
Betalningssätt free
Stödda Språk 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"
    }
}