Bible Matters

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

Was ist Bible Matters?

Bible Matters ist eine Chrome-Erweiterung, die von St Helen's Bishopsgate entwickelt wurde, und ihr Hauptmerkmal ist "Type 'bible', click tab and then type a search term to show results in new tab.".

Erweiterungsscreenshots

screenshot

Bible Matters-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bible Matters-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Bible Matters Bible Matters
ID gmceneophdmigekiodfemkgclfolnckc
Offizielle URL https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc
Beschreibung Type 'bible', click tab and then type a search term to show results in new tab.
Dateigröße 12.27 KB
Installationsanzahl 61
Aktuelle Version 1.1
Letztes Update 2021-07-22
Veröffentlichungsdatum 2021-07-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler St Helen's Bishopsgate
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.st-helens.org.uk/pages/privacy-policy
Unterstützte Sprachen 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"
    }
}