Scripture Search Box
Search box for easily searching LDS scriptures
什么是Scripture Search Box?
Scripture Search Box是由stmcallister开发的Chrome扩展程序,该扩展的主要功能是“Search box for easily searching LDS scriptures”。
扩展截图
下载Scripture Search Box扩展crx文件
下载Scripture Search Box扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scripture Search Box provides a search box in your browser to easily search the scriptures of The Church of Jesus Christ of Latter-day Saints found on scriptures.churchofjesuschrist.org. You can enter a scripture reference, such as John 3:16, or a topic, such as love, into the search box and the extension will open the search results in a new tab.
This version will search the King James Version of the Bible, including the Old Testament and New Testament, The Book of Mormon, Doctrine & Covenants, and The Pearl of Great Price in English or Spanish. In Portuguese the extension will only search The Book of Mormon, Doctrine & Covenants, and The Pearl of Great Price, as those are the only scriptures available on scriptures.lds.org in the language. 扩展基本信息
| 名称 | |
| ID | nhdcbicpakmmccpedfnigbcancemekbm |
| 官方URL | https://chromewebstore.google.com/detail/scripture-search-box/nhdcbicpakmmccpedfnigbcancemekbm |
| 简介 | Search box for easily searching LDS scriptures |
| 文件大小 | 42.74 KB |
| 安装次数 | 961 |
| 当前版本 | 3.0 |
| 更新时间 | 2022-11-03 |
| 上架时间 | 2019-08-04 |
| 评分 | 4.47/5 共32次评分 |
| 开发者 | stmcallister |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://plus.google.com/u/0/b/108876603482647501659/108876603482647501659/about |
| 帮助页面URL | https://plus.google.com/u/0/b/108876603482647501659/108876603482647501659/posts |
| 支持的语言 | en,es,pt-BR,pt-PT |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "3.0",
"description": "__MSG_extDesc__",
"icons": {
"128": "books-icon-128.png"
},
"action": {
"default_icon": "books-icon-32.png",
"default_title": "__MSG_extTitle__",
"default_popup": "poppie.html"
},
"host_permissions": [
"https:\/\/www.churchofjesuschrist.org\/"
],
"default_locale": "en"
} | |