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.

Wat is KJV Simple Search Parallel Bible App?

KJV Simple Search Parallel Bible App is een Chrome-extensie ontwikkeld door https://www.dailywordofgodgroup.com, en de belangrijkste functie is "Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie KJV Simple Search Parallel Bible App

Download KJV Simple Search Parallel Bible App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam KJV Simple Search Parallel Bible App KJV Simple Search Parallel Bible App
ID embnbahdeijcjiennibceicifjaeibph
Officiële URL https://chromewebstore.google.com/detail/kjv-simple-search-paralle/embnbahdeijcjiennibceicifjaeibph
Beschrijving Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.
Bestandsgrootte 316 KB
Aantal Installaties 2,215
Huidige Versie 2.1
Laatst Bijgewerkt 2018-01-05
Publicatiedatum 2018-01-04
Beoordeling 4.31/5 Totaal 13 Beoordelingen
Ontwikkelaar https://www.dailywordofgodgroup.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.dailywordofgodgroup.com/bible/mobile.php
Help Pagina-URL http://www.dailywordofgodgroup.com/bible/mobile.php
Ondersteunde Talen 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"
    }
}