Bible Matters

Type 'bible', click tab and then type a search term to show results in new tab.

¿Qué es Bible Matters?

Bible Matters es una extensión de Chrome desarrollada por St Helen's Bishopsgate, y su función principal es "Type 'bible', click tab and then type a search term to show results in new tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Bible Matters

Descarga archivos de extensión Bible Matters 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

                        Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate.                    

Información Básica de la Extensión

Nombre Bible Matters Bible Matters
ID gmceneophdmigekiodfemkgclfolnckc
URL Oficial https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc
Descripción Type 'bible', click tab and then type a search term to show results in new tab.
Tamaño del Archivo 12.27 KB
Cantidad de Instalaciones 61
Versión Actual 1.1
Última Actualización 2021-07-22
Fecha de Publicación 2021-07-17
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador St Helen's Bishopsgate
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.st-helens.org.uk/pages/privacy-policy
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bible Matters",
    "description": "Type 'bible', click tab and then type a search term to show results in new tab.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "bible"
    },
    "action": {
        "default_icon": {
            "16": "shb16.png",
            "32": "shb32.png"
        }
    },
    "icons": {
        "16": "shb16.png",
        "32": "shb32.png",
        "48": "shb48.png",
        "128": "shb128.png"
    }
}