Bible Matters

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

Qu'est-ce que Bible Matters ?

Bible Matters est une extension Chrome développée par St Helen's Bishopsgate, et sa fonction principale est "Type 'bible', click tab and then type a search term to show results in new tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bible Matters

Téléchargez les fichiers d'extension Bible Matters au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bible Matters Bible Matters
ID gmceneophdmigekiodfemkgclfolnckc
URL Officiel https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc
Description Type 'bible', click tab and then type a search term to show results in new tab.
Taille du Fichier 12.27 KB
Nombre d'Installations 61
Version Actuelle 1.1
Dernière Mise à Jour 2021-07-22
Date de Publication 2021-07-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur St Helen's Bishopsgate
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.st-helens.org.uk/pages/privacy-policy
Langues Prises en Charge 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"
    }
}