Goggle
Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Cos'è Goggle?
Goggle è un'estensione di Chrome sviluppata da meepy314, e la sua funzione principale è "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Goggle
Scarica i file di estensione Goggle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Goggle |
ID | heklcfopgcknmiegnkeaoiaecamnhdlp |
URL Ufficiale | https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp |
Descrizione | Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension… |
Dimensione del File | 28.28 KB |
Conteggio Installazioni | 3,402 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-03-28 |
Data di Pubblicazione | 2017-03-28 |
Valutazione | 3.00/5 Totale 10 Valutazioni |
Sviluppatore | meepy314 |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |