Scripture Search Box

Search box for easily searching LDS scriptures

O que é Scripture Search Box?

Scripture Search Box é uma extensão do Chrome desenvolvida por stmcallister, e sua principal característica é "Search box for easily searching LDS scriptures".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Scripture Search Box

Baixe arquivos de extensão Scripture Search Box no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Scripture Search Box Scripture Search Box
ID nhdcbicpakmmccpedfnigbcancemekbm
URL Oficial https://chromewebstore.google.com/detail/scripture-search-box/nhdcbicpakmmccpedfnigbcancemekbm
Descrição Search box for easily searching LDS scriptures
Tamanho do Arquivo 42.74 KB
Contagem de Instalações 961
Versão Atual 3.0
Última Atualização 2022-11-03
Data de Publicação 2019-08-04
Classificação 4.47/5 Total de 32 Avaliações
Desenvolvedor stmcallister
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://plus.google.com/u/0/b/108876603482647501659/108876603482647501659/about
URL da Página de Ajuda https://plus.google.com/u/0/b/108876603482647501659/108876603482647501659/posts
Idiomas Suportados 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"
}