Bible Matters
Type 'bible', click tab and then type a search term to show results in new tab.
O que é Bible Matters?
Bible Matters é uma extensão do Chrome desenvolvida por St Helen's Bishopsgate, e sua principal característica é "Type 'bible', click tab and then type a search term to show results in new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bible Matters
Baixe arquivos de extensão Bible Matters no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate.
Informações Básicas da Extensão
Nome | Bible Matters |
ID | gmceneophdmigekiodfemkgclfolnckc |
URL Oficial | https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc |
Descrição | Type 'bible', click tab and then type a search term to show results in new tab. |
Tamanho do Arquivo | 12.27 KB |
Contagem de Instalações | 61 |
Versão Atual | 1.1 |
Última Atualização | 2021-07-22 |
Data de Publicação | 2021-07-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | St Helen's Bishopsgate |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.st-helens.org.uk/pages/privacy-policy |
Idiomas Suportados | 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" } } |