iDisciple's Verse of the Day

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

Hvad er iDisciple's Verse of the Day?

iDisciple's Verse of the Day er en Chrome-udvidelse udviklet af iDisciple, og dens hovedfunktion er "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download iDisciple's Verse of the Day-udvidelses-CRX-fil

Download iDisciple's Verse of the Day-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
Officiel URL https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
Beskrivelse Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
Filstørrelse 242 KB
Antal Installationer 196
Nuværende Version 1.1.0
Senest Opdateret 2022-09-13
Udgivelsesdato 2022-08-29
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler iDisciple
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.idisciple.org
Hjælpeside-URL https://www.idisciple.org/contact
Understøttede Sprog 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": []
        }
    ]
}