RcVCite - Pop-up Bible Verses

This extension pop-ups .

O que é RcVCite - Pop-up Bible Verses?

RcVCite - Pop-up Bible Verses é uma extensão do Chrome desenvolvida por https://rcvcite.net, e sua principal característica é "This extension pop-ups .".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RcVCite - Pop-up Bible Verses

Baixe arquivos de extensão RcVCite - Pop-up Bible Verses no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RcVCite - Pop-up Bible Verses RcVCite - Pop-up Bible Verses
ID deppdajlfhmmbomieepdeodnlmpebihg
URL Oficial https://chromewebstore.google.com/detail/rcvcite-pop-up-bible-vers/deppdajlfhmmbomieepdeodnlmpebihg
Descrição This extension pop-ups .
Tamanho do Arquivo 83.94 KB
Contagem de Instalações 289
Versão Atual 0.4.2017.720
Última Atualização 2017-07-20
Data de Publicação 2017-07-20
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor https://rcvcite.net
Tipo de Pagamento free
Site da Extensão http://rcvcite.net/
URL da Página de Ajuda http://rcvcite.net/contact_us.html
Idiomas Suportados 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"
    ]
}