iDisciple's Verse of the Day

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

Wat is iDisciple's Verse of the Day?

iDisciple's Verse of the Day is een Chrome-extensie ontwikkeld door iDisciple, en de belangrijkste functie is "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie iDisciple's Verse of the Day

Download iDisciple's Verse of the Day-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
Officiële URL https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
Beschrijving Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
Bestandsgrootte 242 KB
Aantal Installaties 196
Huidige Versie 1.1.0
Laatst Bijgewerkt 2022-09-13
Publicatiedatum 2022-08-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar iDisciple
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.idisciple.org
Help Pagina-URL https://www.idisciple.org/contact
Ondersteunde Talen 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": []
        }
    ]
}