RcVCite - Pop-up Bible Verses

This extension pop-ups .

What is RcVCite - Pop-up Bible Verses?

RcVCite - Pop-up Bible Verses is a Chrome extension developed by https://rcvcite.net, and its main feature is "This extension pop-ups .".

Extension Screenshots

screenshot

Download RcVCite - Pop-up Bible Verses Extension CRX File

Download RcVCite - Pop-up Bible Verses extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RcVCite - Pop-up Bible Verses RcVCite - Pop-up Bible Verses
ID deppdajlfhmmbomieepdeodnlmpebihg
Official URL https://chromewebstore.google.com/detail/rcvcite-pop-up-bible-vers/deppdajlfhmmbomieepdeodnlmpebihg
Description This extension pop-ups .
File Size 83.94 KB
Installation Count 289
Current Version 0.4.2017.720
Last Updated 2017-07-20
Publish Date 2017-07-20
Rating 3.67/5 Total 6 Ratings
Developer https://rcvcite.net
Payment Type free
Extension Website http://rcvcite.net/
Help Page URL http://rcvcite.net/contact_us.html
Supported Languages 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"
    ]
}