Jar-jar/Gungan Basic
Browse the web as a Gungan!
Hvad er Jar-jar/Gungan Basic?
Jar-jar/Gungan Basic er en Chrome-udvidelse udviklet af skorper, og dens hovedfunktion er "Browse the web as a Gungan!".
Udvidelsesskærmbilleder
Download Jar-jar/Gungan Basic-udvidelses-CRX-fil
Download Jar-jar/Gungan Basic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will translate all text in your browser to Gungan from the Star Wars universe. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ipbhcicgccdcmhpibekojcgmojpnlnlo |
| Officiel URL | https://chromewebstore.google.com/detail/jar-jargungan-basic/ipbhcicgccdcmhpibekojcgmojpnlnlo |
| Beskrivelse | Browse the web as a Gungan! |
| Filstørrelse | 82.32 KB |
| Antal Installationer | 28 |
| Nuværende Version | 0.1.1 |
| Senest Opdateret | 2018-07-09 |
| Udgivelsesdato | 2018-07-09 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | skorper |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |