RcVCite - Pop-up Bible Verses

This extension pop-ups .

RcVCite - Pop-up Bible Versesとは何ですか?

RcVCite - Pop-up Bible Versesはhttps://rcvcite.netによって開発されたChromeの拡張機能で、その主な機能は「This extension pop-ups .」です。

拡張機能のスクリーンショット

screenshot

RcVCite - Pop-up Bible Verses拡張機能のCRXファイルをダウンロード

RcVCite - Pop-up Bible Verses拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        RcVCite makes looking up bible verses on a website or blog fast and easy.
It is a Bible verse reference processor that locates verse references on any webpage.
It displays the content of that verse when you click on a reference or your mouse moves over the reference.

RcVCite retrieves verses by accessing a public API for the Text Only Edition of the Holy Bible Recovery Version published by Living Stream Ministry, Anaheim, CA;
the terms of use for this API may be viewed here.

RcVCite is in public beta which means it still may have problems to be worked out, but it is available for anyone to use.                    

拡張機能の基本情報

名前 RcVCite - Pop-up Bible Verses RcVCite - Pop-up Bible Verses
ID deppdajlfhmmbomieepdeodnlmpebihg
公式URL https://chromewebstore.google.com/detail/rcvcite-pop-up-bible-vers/deppdajlfhmmbomieepdeodnlmpebihg
説明 This extension pop-ups .
ファイルサイズ 83.94 KB
インストール数 289
現在のバージョン 0.4.2017.720
最終更新日 2017-07-20
公開日 2017-07-20
評価 3.67/5 合計 6 レビュー
開発者 https://rcvcite.net
支払い方法 free
拡張機能のウェブサイト http://rcvcite.net/
ヘルプページのURL http://rcvcite.net/contact_us.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RcVCite - Pop-up Bible Verses",
    "description": "This extension pop-ups .",
    "options_page": "options.html",
    "version": "0.4.2017.720",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "RcVCite.css",
                "RcVCite-extra-themes.css"
            ],
            "js": [
                "jquery.js",
                "versification.js",
                "RcVCite_v00_04.js",
                "chromeExtension.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "jquery-3.2.1.min.map"
    ]
}