TJC Bible Lookup
Look up bible verse in TJCCanada.org bible
什么是TJC Bible Lookup?
TJC Bible Lookup是由mrchen.ca开发的Chrome扩展程序,该扩展的主要功能是“Look up bible verse in TJCCanada.org bible”。
扩展截图
下载TJC Bible Lookup扩展crx文件
下载TJC Bible Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When a bible verse such as Gen 1:1 is selected in chrome, right-mouse-click brings context menu to look up the verse directly in a single click
當從Chrom瀏覽器上選取一聖經章節時, 如 "林前三11", 按下滑鼠右鍵即可直接觀看選取之章節及前後文 扩展基本信息
| 名称 | |
| ID | lanhkejdapealnnaghpejkbephagnmjm |
| 官方URL | https://chromewebstore.google.com/detail/tjc-bible-lookup/lanhkejdapealnnaghpejkbephagnmjm |
| 简介 | Look up bible verse in TJCCanada.org bible |
| 文件大小 | 6.16 KB |
| 安装次数 | 49 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2013-09-04 |
| 上架时间 | 2013-09-03 |
| 开发者 | mrchen.ca |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TJC Bible Lookup",
"description": "Look up bible verse in TJCCanada.org bible",
"version": "0.1.3",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"tjc_bible_lookup.js"
]
},
"manifest_version": 2
} | |