Browser Bible

Search through the many bibles and find specific verses.

Cos'è Browser Bible?

Browser Bible è un'estensione di Chrome sviluppata da brandoncawthon23, e la sua funzione principale è "Search through the many bibles and find specific verses.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Browser Bible

Scarica i file di estensione Browser Bible in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "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.                    

Informazioni di Base sull'Estensione

Nome Browser Bible Browser Bible
ID jnieodplenkcebnilenbfbmgchinkmlf
URL Ufficiale https://chromewebstore.google.com/detail/browser-bible/jnieodplenkcebnilenbfbmgchinkmlf
Descrizione Search through the many bibles and find specific verses.
Dimensione del File 13.2 KB
Conteggio Installazioni 58
Versione Corrente 1.0
Ultimo Aggiornamento 2023-07-01
Data di Pubblicazione 2023-06-30
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore brandoncawthon23
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}