Go Gungan Translator
Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com
Go Gungan Translatorคืออะไร?
Go Gungan Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย talklikejarjarday.com และคุณลักษณะหลักของมันคือ "Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go Gungan Translator
ดาวน์โหลดไฟล์ส่วนขยาย Go Gungan Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eklgklnmeaedkhpigiffeimfhmompmgo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/go-gungan-translator/eklgklnmeaedkhpigiffeimfhmompmgo |
| คำอธิบาย | Read everything in Gungan. From the International Talk Like Jar Jar Binks Day page, http://talklikejarjarday.com |
| ขนาดไฟล์ | 93.47 KB |
| จำนวนการติดตั้ง | 30 |
| เวอร์ชันปัจจุบัน | 2.8 |
| อัปเดตครั้งล่าสุด | 2018-02-07 |
| วันที่เผยแพร่ | 2018-02-07 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | talklikejarjarday.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://talklikejarjarday.com |
| ภาษาที่รองรับ | 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"
}
]
}
} | |