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
官方URL 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"
    }
}