KJV Simple Search Parallel Bible App

Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.

What is KJV Simple Search Parallel Bible App?

KJV Simple Search Parallel Bible App is a Chrome extension developed by https://www.dailywordofgodgroup.com, and its main feature is "Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download KJV Simple Search Parallel Bible App Extension CRX File

Download KJV Simple Search Parallel Bible App 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

                        Enter Bible books chapters, verses and keywords that you wish to view, compare, search or look up from the original 1611 King James version Bible. 

Great for Bible reading, studying, researching and quick referencing.                    

Extension Basic Information

Name KJV Simple Search Parallel Bible App KJV Simple Search Parallel Bible App
ID embnbahdeijcjiennibceicifjaeibph
Official URL https://chromewebstore.google.com/detail/kjv-simple-search-paralle/embnbahdeijcjiennibceicifjaeibph
Description Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.
File Size 316 KB
Installation Count 2,215
Current Version 2.1
Last Updated 2018-01-05
Publish Date 2018-01-04
Rating 4.31/5 Total 13 Ratings
Developer https://www.dailywordofgodgroup.com
Email [email protected]
Payment Type free
Extension Website http://www.dailywordofgodgroup.com/bible/mobile.php
Help Page URL http://www.dailywordofgodgroup.com/bible/mobile.php
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "KJV Simple Search Parallel Bible App",
    "short_name": "KJV Bible",
    "description": "Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.",
    "version": "2.1",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "kjv"
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "32": "icon32.png",
        "16": "icon16.png"
    }
}