Bible Matters
Type 'bible', click tab and then type a search term to show results in new tab.
Cos'è Bible Matters?
Bible Matters è un'estensione di Chrome sviluppata da St Helen's Bishopsgate, e la sua funzione principale è "Type 'bible', click tab and then type a search term to show results in new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bible Matters
Scarica i file di estensione Bible Matters in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate.
Informazioni di Base sull'Estensione
Nome | Bible Matters |
ID | gmceneophdmigekiodfemkgclfolnckc |
URL Ufficiale | https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc |
Descrizione | Type 'bible', click tab and then type a search term to show results in new tab. |
Dimensione del File | 12.27 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-07-22 |
Data di Pubblicazione | 2021-07-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | St Helen's Bishopsgate |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.st-helens.org.uk/pages/privacy-policy |
Lingue Supportate | 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" } } |