Jar-jar/Gungan Basic
Browse the web as a Gungan!
Co je Jar-jar/Gungan Basic?
Jar-jar/Gungan Basic je rozšíření Chrome vyvinuté skorper, a jeho hlavní funkcí je „Browse the web as a Gungan!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Jar-jar/Gungan Basic
Stáhněte si soubory rozšíření Jar-jar/Gungan Basic 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í
This extension will translate all text in your browser to Gungan from the Star Wars universe.
Základní Informace o Rozšíření
Název | Jar-jar/Gungan Basic |
ID | ipbhcicgccdcmhpibekojcgmojpnlnlo |
Oficiální URL | https://chromewebstore.google.com/detail/jar-jargungan-basic/ipbhcicgccdcmhpibekojcgmojpnlnlo |
Popis | Browse the web as a Gungan! |
Velikost souboru | 82.32 KB |
Počet instalací | 28 |
Aktuální Verze | 0.1.1 |
Poslední Aktualizace | 2018-07-09 |
Datum Vydání | 2018-07-09 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | skorper |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jar-jar\/Gungan Basic", "description": "Browse the web as a Gungan!", "version": "0.1.1", "icons": { "128": "images\/jarjar.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |