New Tab Bible Verses
Bible verses delivered every time you open up a new tab.
Vad är New Tab Bible Verses?
New Tab Bible Verses är en Chrome-tillägg utvecklad av The Mindful Tech Lab, och dess huvudfunktion är "Bible verses delivered every time you open up a new tab.".
Tilläggsskärmbilder
Ladda ner New Tab Bible Verses-förlängningens CRX-fil
Ladda ner New Tab Bible Verses-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | |
ID | djlpnhfkmaghdcfdmajkkefmjnmiidbc |
Officiell webbadress | https://chrome.google.com/webstore/detail/new-tab-bible-verses/djlpnhfkmaghdcfdmajkkefmjnmiidbc |
Beskrivning | Bible verses delivered every time you open up a new tab. |
Filstorlek | 42.51 KB |
Antal Installationer | 711 |
Aktuell Version | 1.8 |
Senast Uppdaterad | 2017-01-13 |
Publiceringsdatum | 2017-01-13 |
Betyg | 4.83/5 Totalt 143 Betyg |
Utvecklare | The Mindful Tech Lab |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |