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.

Vad är KJV Simple Search Parallel Bible Sidebar?

KJV Simple Search Parallel Bible Sidebar är en Chrome-tillägg utvecklad av http://www.dailywordofgodgroup.com, och dess huvudfunktion är "Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner KJV Simple Search Parallel Bible Sidebar-förlängningens CRX-fil

Ladda ner KJV Simple Search Parallel Bible Sidebar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn KJV Simple Search Parallel Bible Sidebar KJV Simple Search Parallel Bible Sidebar
ID aneoinnmpknaglpmegcghmolggacighl
Officiell webbadress https://chrome.google.com/webstore/detail/kjv-simple-search-paralle/aneoinnmpknaglpmegcghmolggacighl
Beskrivning Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.
Filstorlek 1.73 MB
Antal Installationer 186
Aktuell Version 2.3
Senast Uppdaterad 2019-05-16
Publiceringsdatum 2019-05-16
Utvecklare http://www.dailywordofgodgroup.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.dwogg.org/bible
Hjälpsida URL http://www.dwogg.org/bible
Stödda Språk 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"
    ]
}