iDisciple's Verse of the Day

Start your day with Jesus. Open your browser window to a new and encouraging verse every day.

Co je iDisciple's Verse of the Day?

iDisciple's Verse of the Day je rozšíření Chrome vyvinuté iDisciple, a jeho hlavní funkcí je „Start your day with Jesus. Open your browser window to a new and encouraging verse every day.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření iDisciple's Verse of the Day

Stáhněte si soubory rozšíření iDisciple's Verse of the Day 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í

                        What if every morning you could get a moment with Jesus? 
Download iDisciple’s Verse of the Day Chrome extension today!                    

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

Název iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
Oficiální URL https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
Popis Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
Velikost souboru 242 KB
Počet instalací 196
Aktuální Verze 1.1.0
Poslední Aktualizace 2022-09-13
Datum Vydání 2022-08-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář iDisciple
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.idisciple.org
URL Stránky Nápovědy https://www.idisciple.org/contact
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.",
    "version": "1.1.0",
    "manifest_version": 3,
    "name": "iDisciple's Verse of the Day",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}