Go Gungan Translator
Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com
Co to jest Go Gungan Translator?
Go Gungan Translator to rozszerzenie Chrome opracowane przez talklikejarjarday.com, a jego główną funkcją jest „Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Go Gungan Translator
Pobierz pliki rozszerzeń Go Gungan Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | eklgklnmeaedkhpigiffeimfhmompmgo |
| Oficjalny URL | https://chromewebstore.google.com/detail/go-gungan-translator/eklgklnmeaedkhpigiffeimfhmompmgo |
| Opis | Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com |
| Rozmiar pliku | 93.47 KB |
| Liczba instalacji | 30 |
| Aktualna Wersja | 2.8 |
| Ostatnia Aktualizacja | 2018-02-07 |
| Data Publikacji | 2018-02-07 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | talklikejarjarday.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://talklikejarjarday.com |
| Obsługiwane Języki | 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"
}
]
}
} | |