New Tab Bible Verses

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

Co je New Tab Bible Verses?

New Tab Bible Verses je rozšíření Chrome vyvinuté The Mindful Tech Lab, a jeho hlavní funkcí je „Bible verses delivered every time you open up a new tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření New Tab Bible Verses

Stáhněte si soubory rozšíření New Tab Bible Verses ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název New Tab Bible Verses New Tab Bible Verses
ID djlpnhfkmaghdcfdmajkkefmjnmiidbc
Oficiální URL https://chrome.google.com/webstore/detail/new-tab-bible-verses/djlpnhfkmaghdcfdmajkkefmjnmiidbc
Popis Bible verses delivered every time you open up a new tab.
Velikost souboru 42.51 KB
Počet instalací 711
Aktuální Verze 1.8
Poslední Aktualizace 2017-01-13
Datum Vydání 2017-01-13
Hodnocení 4.83/5 Celkem 143 Hodnocení
Vývojář The Mindful Tech Lab
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}