New Tab Bible Verses
Bible verses delivered every time you open up a new tab.
O que é New Tab Bible Verses?
New Tab Bible Verses é uma extensão do Chrome desenvolvida por The Mindful Tech Lab, e sua principal característica é "Bible verses delivered every time you open up a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab Bible Verses
Baixe arquivos de extensão New Tab Bible Verses 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
New Tab Bible Verses replaces your new tab page with a selection of randomized Bible verses displayed in a minimalist layout. There’s no better way to inject Bible verses into your daily routine than to add this simple extension. A project in collaboration with Dr. Jeremy Roberts, Lead Pastor of The Church of Highlands and adjunct professor at Liberty University. You can reach out to him at [email protected]
Informações Básicas da Extensão
Nome | |
ID | djlpnhfkmaghdcfdmajkkefmjnmiidbc |
URL Oficial | https://chrome.google.com/webstore/detail/new-tab-bible-verses/djlpnhfkmaghdcfdmajkkefmjnmiidbc |
Descrição | Bible verses delivered every time you open up a new tab. |
Tamanho do Arquivo | 42.51 KB |
Contagem de Instalações | 711 |
Versão Atual | 1.8 |
Última Atualização | 2017-01-13 |
Data de Publicação | 2017-01-13 |
Classificação | 4.83/5 Total de 143 Avaliações |
Desenvolvedor | The Mindful Tech Lab |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "name": "New Tab Bible Verses", "description": "Bible verses delivered every time you open up a new tab.", "version": "1.8", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "management" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |