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
官方URL 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"
        }
    ]
}