New Tab Bible Verses

Bible verses delivered every time you open up a new tab.

Qu'est-ce que New Tab Bible Verses ?

New Tab Bible Verses est une extension Chrome développée par The Mindful Tech Lab, et sa fonction principale est "Bible verses delivered every time you open up a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab Bible Verses

Téléchargez les fichiers d'extension New Tab Bible Verses au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom New Tab Bible Verses New Tab Bible Verses
ID djlpnhfkmaghdcfdmajkkefmjnmiidbc
URL Officiel https://chrome.google.com/webstore/detail/new-tab-bible-verses/djlpnhfkmaghdcfdmajkkefmjnmiidbc
Description Bible verses delivered every time you open up a new tab.
Taille du Fichier 42.51 KB
Nombre d'Installations 711
Version Actuelle 1.8
Dernière Mise à Jour 2017-01-13
Date de Publication 2017-01-13
Évaluation 4.83/5 Total 143 Évaluations
Développeur The Mindful Tech Lab
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}