RcVCite - Pop-up Bible Verses

This extension pop-ups .

Qu'est-ce que RcVCite - Pop-up Bible Verses ?

RcVCite - Pop-up Bible Verses est une extension Chrome développée par https://rcvcite.net, et sa fonction principale est "This extension pop-ups .".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RcVCite - Pop-up Bible Verses

Téléchargez les fichiers d'extension RcVCite - Pop-up Bible Verses au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom RcVCite - Pop-up Bible Verses RcVCite - Pop-up Bible Verses
ID deppdajlfhmmbomieepdeodnlmpebihg
URL Officiel https://chromewebstore.google.com/detail/rcvcite-pop-up-bible-vers/deppdajlfhmmbomieepdeodnlmpebihg
Description This extension pop-ups .
Taille du Fichier 83.94 KB
Nombre d'Installations 289
Version Actuelle 0.4.2017.720
Dernière Mise à Jour 2017-07-20
Date de Publication 2017-07-20
Évaluation 3.67/5 Total 6 Évaluations
Développeur https://rcvcite.net
Type de Paiement free
Site Web de l'Extension http://rcvcite.net/
URL de la Page d'Aide http://rcvcite.net/contact_us.html
Langues Prises en Charge 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"
    ]
}