Jar-jar/Gungan Basic
Browse the web as a Gungan!
什麼是Jar-jar/Gungan Basic?
Jar-jar/Gungan Basic是由skorper開發的Chrome擴展程式,該擴展的主要功能是“Browse the web as a Gungan!”。
擴展截圖
下載Jar-jar/Gungan Basic擴展crx文件
下載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 |
| 官方網址 | 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"
}
]
} | |