New Tab Bible Verses
Bible verses delivered every time you open up a new tab.
Cos'è New Tab Bible Verses?
New Tab Bible Verses è un'estensione di Chrome sviluppata da The Mindful Tech Lab, e la sua funzione principale è "Bible verses delivered every time you open up a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Bible Verses
Scarica i file di estensione New Tab Bible Verses 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
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]
Informazioni di Base sull'Estensione
Nome | |
ID | djlpnhfkmaghdcfdmajkkefmjnmiidbc |
URL Ufficiale | https://chrome.google.com/webstore/detail/new-tab-bible-verses/djlpnhfkmaghdcfdmajkkefmjnmiidbc |
Descrizione | Bible verses delivered every time you open up a new tab. |
Dimensione del File | 42.51 KB |
Conteggio Installazioni | 711 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2017-01-13 |
Data di Pubblicazione | 2017-01-13 |
Valutazione | 4.83/5 Totale 143 Valutazioni |
Sviluppatore | The Mindful Tech Lab |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |