Bible Scripture Tagger

Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal

O que é Bible Scripture Tagger?

Bible Scripture Tagger é uma extensão do Chrome desenvolvida por Bible Portal, e sua principal característica é "Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bible Scripture Tagger

Baixe arquivos de extensão Bible Scripture Tagger 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

                        Bible Scripture Tagger is a Chrome Extension to automatically create a hover for Bible references. The hover reveals the verse text and provides a link for further study at the Bible Portal website.

This extension can automatically recognize the Bible version. It's very convenient for you to look up the Bible Scripture on internet.                    

Informações Básicas da Extensão

Nome Bible Scripture Tagger Bible Scripture Tagger
ID pfinlfmmmmlloojfjjiniimkdblghjjo
URL Oficial https://chromewebstore.google.com/detail/bible-scripture-tagger/pfinlfmmmmlloojfjjiniimkdblghjjo
Descrição Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal
Tamanho do Arquivo 112 KB
Contagem de Instalações 103
Versão Atual 0.0.1
Última Atualização 2021-08-12
Data de Publicação 2021-08-10
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Bible Portal
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bibleportal.com/
URL da Página de Ajuda https://bibleportal.com
URL da Página de Política de Privacidade https://bibleportal.com/page/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bible Scripture Tagger",
    "description": "Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal",
    "version": "0.0.1",
    "action": {
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css",
                "css\/scripture_tagger.css"
            ],
            "js": [
                "scripts\/jquery-1.11.2.min.js",
                "scripts\/yahoo-dom-event.js",
                "scripts\/scripture_tagger.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/bp-logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}