Bible Search

You can search bible with simple keywords

What is Bible Search?

Bible Search is a Chrome extension developed by Sangwon Seo, and its main feature is "You can search bible with simple keywords".

Extension Screenshots

screenshot

Download Bible Search Extension CRX File

Download Bible Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        'Bible search' is a chrome extension helps you to find the Bible verses with simple keyword.

[Features]
- You can search the Bible with abbreviation.
- You can copy the results to the clipboard.
  - If you find verses in range (like Gen1:1-10), you can click each box to copy single verse or click 'Copy All' button to copy whole results into clipboard.
  - If you find with keywords, you can click each box for single copy to clipboard.

[Language]
We provide multiple languages by your chrome browser language settings.
- English (KJV)
- Korean (개역개정, 개역한글)

[Example]
- gen 1:10 (Single)
- gen 1:10-20 (Range)
- Jesus (Results keyword included)                    

Extension Basic Information

Name Bible Search Bible Search
ID lcimelgcehidimkkleiknejjiicieekb
Official URL https://chromewebstore.google.com/detail/bible-search/lcimelgcehidimkkleiknejjiicieekb
Description You can search bible with simple keywords
File Size 105 KB
Installation Count 339
Current Version 0.0.7
Last Updated 2023-07-27
Publish Date 2022-05-19
Rating 4.33/5 Total 3 Ratings
Developer Sangwon Seo
Email [email protected]
Payment Type free
Extension Website https://github.com/aota18/bible-search-extension
Supported Languages en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.7",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/bible-16.png",
        "32": "assets\/icons\/bible-32.png",
        "96": "assets\/icons\/bible-96.png",
        "128": "assets\/icons\/bible-128.png"
    },
    "author": "Sangwon Seo",
    "permissions": [],
    "action": {
        "default_popup": "index.html",
        "default_title": "Bible Search",
        "default_locale": "en"
    }
}