Goggle

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

Qu'est-ce que Goggle ?

Goggle est une extension Chrome développée par meepy314, et sa fonction principale est "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Goggle

Téléchargez les fichiers d'extension Goggle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
URL Officiel 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…
Taille du Fichier 28.28 KB
Nombre d'Installations 3,402
Version Actuelle 1.1
Dernière Mise à Jour 2017-03-28
Date de Publication 2017-03-28
Évaluation 3.00/5 Total 10 Évaluations
Développeur meepy314
Type de Paiement free
Langues Prises en Charge 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"
    }
}