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 |
| 官方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"
}
]
} | |