Go Gungan Translator
Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com
Cos'è Go Gungan Translator?
Go Gungan Translator è un'estensione di Chrome sviluppata da talklikejarjarday.com, e la sua funzione principale è "Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Go Gungan Translator
Scarica i file di estensione Go Gungan Translator 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
Make your day a little better by seeing everything in Gungan - from the Official International Talk Like Jar Jar Binks Day page. Visit http://talklikejarjarday.com for more Gungan fun! Informazioni di Base sull'Estensione
| Nome | |
| ID | eklgklnmeaedkhpigiffeimfhmompmgo |
| URL Ufficiale | https://chromewebstore.google.com/detail/go-gungan-translator/eklgklnmeaedkhpigiffeimfhmompmgo |
| Descrizione | Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com |
| Dimensione del File | 93.47 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 2.8 |
| Ultimo Aggiornamento | 2018-02-07 |
| Data di Pubblicazione | 2018-02-07 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | talklikejarjarday.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://talklikejarjarday.com |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Go Gungan Translator",
"description": "Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http:\/\/talklikejarjarday.com",
"version": "2.8",
"icons": {
"16": "images\/jarjar16.png",
"48": "images\/jarjar48.png",
"128": "images\/jarjar128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"16": "images\/jarjar16.png",
"48": "images\/jarjar48.png",
"128": "images\/jarjar128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"background.js"
],
"run_at": "document_end"
}
]
}
} | |