Bible Matters

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

Wat is Bible Matters?

Bible Matters is een Chrome-extensie ontwikkeld door St Helen's Bishopsgate, en de belangrijkste functie is "Type 'bible', click tab and then type a search term to show results in new tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bible Matters

Download Bible Matters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Bible Matters Bible Matters
ID gmceneophdmigekiodfemkgclfolnckc
Officiële URL https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc
Beschrijving Type 'bible', click tab and then type a search term to show results in new tab.
Bestandsgrootte 12.27 KB
Aantal Installaties 61
Huidige Versie 1.1
Laatst Bijgewerkt 2021-07-22
Publicatiedatum 2021-07-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar St Helen's Bishopsgate
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.st-helens.org.uk/pages/privacy-policy
Ondersteunde Talen 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"
    }
}