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
Eメール [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"
    }
}