Jar-jar/Gungan Basic
Browse the web as a Gungan!
Jar-jar/Gungan Basicคืออะไร?
Jar-jar/Gungan Basic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skorper และคุณลักษณะหลักของมันคือ "Browse the web as a Gungan!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jar-jar/Gungan Basic
ดาวน์โหลดไฟล์ส่วนขยาย Jar-jar/Gungan Basic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will translate all text in your browser to Gungan from the Star Wars universe. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ipbhcicgccdcmhpibekojcgmojpnlnlo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jar-jargungan-basic/ipbhcicgccdcmhpibekojcgmojpnlnlo |
| คำอธิบาย | Browse the web as a Gungan! |
| ขนาดไฟล์ | 82.32 KB |
| จำนวนการติดตั้ง | 28 |
| เวอร์ชันปัจจุบัน | 0.1.1 |
| อัปเดตครั้งล่าสุด | 2018-07-09 |
| วันที่เผยแพร่ | 2018-07-09 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | skorper |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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"
}
]
} | |