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.

什麼是KJV Simple Search Parallel Bible App?

KJV Simple Search Parallel Bible App是由https://www.dailywordofgodgroup.com開發的Chrome擴展程式,該擴展的主要功能是“Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載KJV Simple Search Parallel Bible App擴展crx文件

下載KJV Simple Search Parallel Bible App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 KJV Simple Search Parallel Bible App KJV Simple Search Parallel Bible App
ID embnbahdeijcjiennibceicifjaeibph
官方網址 https://chromewebstore.google.com/detail/kjv-simple-search-paralle/embnbahdeijcjiennibceicifjaeibph
簡介 Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.
檔案大小 316 KB
安裝次數 2,215
目前版本 2.1
更新時間 2018-01-05
上架時間 2018-01-04
評分 4.31/5 共 13 次評分
開發者 https://www.dailywordofgodgroup.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.dailywordofgodgroup.com/bible/mobile.php
說明頁面URL http://www.dailywordofgodgroup.com/bible/mobile.php
支援的語言 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"
    }
}