Bible Search
You can search bible with simple keywords
什么是Bible Search?
Bible Search是由Sangwon Seo开发的Chrome扩展程序,该扩展的主要功能是“You can search bible with simple keywords”。
扩展截图
下载Bible Search扩展crx文件
下载Bible Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
'Bible search' is a chrome extension helps you to find the Bible verses with simple keyword.
[Features]
- You can search the Bible with abbreviation.
- You can copy the results to the clipboard.
- If you find verses in range (like Gen1:1-10), you can click each box to copy single verse or click 'Copy All' button to copy whole results into clipboard.
- If you find with keywords, you can click each box for single copy to clipboard.
[Language]
We provide multiple languages by your chrome browser language settings.
- English (KJV)
- Korean (개역개정, 개역한글)
[Example]
- gen 1:10 (Single)
- gen 1:10-20 (Range)
- Jesus (Results keyword included) 扩展基本信息
| 名称 | |
| ID | lcimelgcehidimkkleiknejjiicieekb |
| 官方URL | https://chromewebstore.google.com/detail/bible-search/lcimelgcehidimkkleiknejjiicieekb |
| 简介 | You can search bible with simple keywords |
| 文件大小 | 105 KB |
| 安装次数 | 339 |
| 当前版本 | 0.0.7 |
| 更新时间 | 2023-07-27 |
| 上架时间 | 2022-05-19 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | Sangwon Seo |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/aota18/bible-search-extension |
| 支持的语言 | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.7",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "assets\/icons\/bible-16.png",
"32": "assets\/icons\/bible-32.png",
"96": "assets\/icons\/bible-96.png",
"128": "assets\/icons\/bible-128.png"
},
"author": "Sangwon Seo",
"permissions": [],
"action": {
"default_popup": "index.html",
"default_title": "Bible Search",
"default_locale": "en"
}
} | |