Browser Bible

Search through the many bibles and find specific verses.

什麼是Browser Bible?

Browser Bible是由brandoncawthon23開發的Chrome擴展程式,該擴展的主要功能是“Search through the many bibles and find specific verses.”。

擴展截圖

screenshot

下載Browser Bible擴展crx文件

下載Browser Bible擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Browser Bible Browser Bible
ID jnieodplenkcebnilenbfbmgchinkmlf
官方網址 https://chromewebstore.google.com/detail/browser-bible/jnieodplenkcebnilenbfbmgchinkmlf
簡介 Search through the many bibles and find specific verses.
檔案大小 13.2 KB
安裝次數 58
目前版本 1.0
更新時間 2023-07-01
上架時間 2023-06-30
評分 5.00/5 共 2 次評分
開發者 brandoncawthon23
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    ]
}