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.

Co je KJV Simple Search Parallel Bible App?

KJV Simple Search Parallel Bible App je rozšíření Chrome vyvinuté https://www.dailywordofgodgroup.com, a jeho hlavní funkcí je „Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření KJV Simple Search Parallel Bible App

Stáhněte si soubory rozšíření KJV Simple Search Parallel Bible App ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název KJV Simple Search Parallel Bible App KJV Simple Search Parallel Bible App
ID embnbahdeijcjiennibceicifjaeibph
Oficiální URL https://chromewebstore.google.com/detail/kjv-simple-search-paralle/embnbahdeijcjiennibceicifjaeibph
Popis Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.
Velikost souboru 316 KB
Počet instalací 2,215
Aktuální Verze 2.1
Poslední Aktualizace 2018-01-05
Datum Vydání 2018-01-04
Hodnocení 4.31/5 Celkem 13 Hodnocení
Vývojář https://www.dailywordofgodgroup.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.dailywordofgodgroup.com/bible/mobile.php
URL Stránky Nápovědy http://www.dailywordofgodgroup.com/bible/mobile.php
Podporované Jazyky 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"
    }
}