Goggle
Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Co je Goggle?
Goggle je rozšíření Chrome vyvinuté meepy314, a jeho hlavní funkcí je „Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Goggle
Stáhněte si soubory rozšíření Goggle ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Goggle |
ID | heklcfopgcknmiegnkeaoiaecamnhdlp |
Oficiální URL | https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp |
Popis | Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension… |
Velikost souboru | 28.28 KB |
Počet instalací | 3,402 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2017-03-28 |
Datum Vydání | 2017-03-28 |
Hodnocení | 3.00/5 Celkem 10 Hodnocení |
Vývojář | meepy314 |
Typ Platby | free |
Podporované Jazyky | 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" } } |