RcVCite - Pop-up Bible Verses

This extension pop-ups .

RcVCite - Pop-up Bible Verses क्या है?

RcVCite - Pop-up Bible Verses https://rcvcite.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension pop-ups ."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RcVCite - Pop-up Bible Verses एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}