KJV Simple Search Parallel Bible Sidebar

Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.

Co je KJV Simple Search Parallel Bible Sidebar?

KJV Simple Search Parallel Bible Sidebar je rozšíření Chrome vyvinuté http://www.dailywordofgodgroup.com, a jeho hlavní funkcí je „Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

Stáhněte si soubory rozšíření KJV Simple Search Parallel Bible Sidebar 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í

                        Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.

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 Sidebar KJV Simple Search Parallel Bible Sidebar
ID aneoinnmpknaglpmegcghmolggacighl
Oficiální URL https://chrome.google.com/webstore/detail/kjv-simple-search-paralle/aneoinnmpknaglpmegcghmolggacighl
Popis Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.
Velikost souboru 1.73 MB
Počet instalací 186
Aktuální Verze 2.3
Poslední Aktualizace 2019-05-16
Datum Vydání 2019-05-16
Vývojář http://www.dailywordofgodgroup.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.dwogg.org/bible
URL Stránky Nápovědy http://www.dwogg.org/bible
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "downloads",
        "tabs",
        "contextMenus",
        "notifications",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "KJV Simple Search Parallel Bible Sidebar",
    "short_name": "KJV Bible",
    "description": "Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.",
    "version": "2.3",
    "omnibox": {
        "keyword": "kjv"
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "32": "icon32.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon19.png",
        "default_title": "KJV Simple Search Parallel Bible Sidebar"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+K",
                "windows": "Alt+K",
                "mac": "Alt+K"
            }
        }
    },
    "web_accessible_resources": [
        "frame.html"
    ]
}