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.

Apa itu KJV Simple Search Parallel Bible App?

KJV Simple Search Parallel Bible App adalah ekstensi Chrome yang dikembangkan oleh https://www.dailywordofgodgroup.com, dan fitur utamanya adalah "Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi KJV Simple Search Parallel Bible App

Unduh file ekstensi KJV Simple Search Parallel Bible App 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

                        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 App KJV Simple Search Parallel Bible App
ID embnbahdeijcjiennibceicifjaeibph
URL Resmi https://chromewebstore.google.com/detail/kjv-simple-search-paralle/embnbahdeijcjiennibceicifjaeibph
Deskripsi Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.
Ukuran File 316 KB
Jumlah Instalasi 2,215
Versi Saat Ini 2.1
Terakhir Diperbarui 2018-01-05
Tanggal Publikasi 2018-01-04
Penilaian 4.31/5 Total 13 Penilaian
Pengembang https://www.dailywordofgodgroup.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.dailywordofgodgroup.com/bible/mobile.php
URL Halaman Bantuan http://www.dailywordofgodgroup.com/bible/mobile.php
Bahasa yang Didukung 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"
    }
}