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.

Apa itu KJV Simple Search Parallel Bible Sidebar?

KJV Simple Search Parallel Bible Sidebar adalah ekstensi Chrome yang dikembangkan oleh http://www.dailywordofgodgroup.com, dan fitur utamanya adalah "Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi KJV Simple Search Parallel Bible Sidebar

Unduh file ekstensi KJV Simple Search Parallel Bible Sidebar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama KJV Simple Search Parallel Bible Sidebar KJV Simple Search Parallel Bible Sidebar
ID aneoinnmpknaglpmegcghmolggacighl
URL Resmi https://chrome.google.com/webstore/detail/kjv-simple-search-paralle/aneoinnmpknaglpmegcghmolggacighl
Deskripsi Search The KJV Bible quickly without leaving your current page inside a sidebar [ALT+K] or by inserting [KJV] inside the omnibar.
Ukuran File 1.73 MB
Jumlah Instalasi 186
Versi Saat Ini 2.3
Terakhir Diperbarui 2019-05-16
Tanggal Publikasi 2019-05-16
Pengembang http://www.dailywordofgodgroup.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.dwogg.org/bible
URL Halaman Bantuan http://www.dwogg.org/bible
Bahasa yang Didukung 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"
    ]
}