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
Eメール [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"
        }
    ]
}