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

¿Qué es Bible Scripture Tagger?

Bible Scripture Tagger es una extensión de Chrome desarrollada por Bible Portal, y su función principal es "Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Bible Scripture Tagger

Descarga archivos de extensión Bible Scripture Tagger en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Bible Scripture Tagger Bible Scripture Tagger
ID pfinlfmmmmlloojfjjiniimkdblghjjo
URL Oficial https://chromewebstore.google.com/detail/bible-scripture-tagger/pfinlfmmmmlloojfjjiniimkdblghjjo
Descripción Create a hover for Bible references. It reveals the verse text and provides a link for further study at the Bible Portal
Tamaño del Archivo 112 KB
Cantidad de Instalaciones 103
Versión Actual 0.0.1
Última Actualización 2021-08-12
Fecha de Publicación 2021-08-10
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador Bible Portal
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://bibleportal.com/
URL de la Página de Ayuda https://bibleportal.com
URL de la Página de Política de Privacidad https://bibleportal.com/page/privacy-policy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}