Browser Bible

Search through the many bibles and find specific verses.

O que é Browser Bible?

Browser Bible é uma extensão do Chrome desenvolvida por brandoncawthon23, e sua principal característica é "Search through the many bibles and find specific verses.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Browser Bible

Baixe arquivos de extensão Browser Bible 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

                        "Browser Bible" is a powerful and user-friendly Chrome extension that empowers you to delve into the depths of the Scriptures. With a wide range of Bible translations at your fingertips, you can effortlessly search for specific verses and explore the profound wisdom contained within.

Using the intuitive interface, simply choose your preferred Bible translation from an extensive list that includes languages like English, Latin, Portuguese, and Romanian. Whether you desire the poetic elegance of the King James Version or the accessibility of the Bible in Basic English, the choice is yours.

Once you've selected your desired translation, you can narrow your search by specifying the book, chapter, and even a range of verses. If you're seeking a particular phrase or passage, our advanced search options allow you to enter keywords or select specific book chapters for a more targeted exploration.

Upon initiating your search, the "Browser Bible" extension seamlessly retrieves the requested verses, presenting them in a beautifully designed display. Each verse is accompanied by its text and reference, offering you a comprehensive understanding of the context and deeper meanings.

For a more immersive experience, the extension supports pagination, enabling you to navigate through multiple verses effortlessly. You can easily move between pages and explore the diverse insights the Bible has to offer, all within the extension's user-friendly interface.

The "Browser Bible" extension brings the Scriptures closer to you, allowing you to draw inspiration, gain spiritual guidance, and deepen your understanding of the holy texts, all with just a few clicks. Experience the joy of exploration and the enlightenment that the Bible provides, courtesy of the "Browser Bible" Chrome extension.                    

Informações Básicas da Extensão

Nome Browser Bible Browser Bible
ID jnieodplenkcebnilenbfbmgchinkmlf
URL Oficial https://chromewebstore.google.com/detail/browser-bible/jnieodplenkcebnilenbfbmgchinkmlf
Descrição Search through the many bibles and find specific verses.
Tamanho do Arquivo 13.2 KB
Contagem de Instalações 58
Versão Atual 1.0
Última Atualização 2023-07-01
Data de Publicação 2023-06-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor brandoncawthon23
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Browser Bible",
    "version": "1.0",
    "description": "Search through the many bibles and find specific verses.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}