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”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Scripture Search Box Scripture Search Box
ID nhdcbicpakmmccpedfnigbcancemekbm
官方網址 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"
}