iDisciple's Verse of the Day

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

Cos'è iDisciple's Verse of the Day?

iDisciple's Verse of the Day è un'estensione di Chrome sviluppata da iDisciple, e la sua funzione principale è "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione iDisciple's Verse of the Day

Scarica i file di estensione iDisciple's Verse of the Day in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
URL Ufficiale https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
Descrizione Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
Dimensione del File 242 KB
Conteggio Installazioni 196
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-09-13
Data di Pubblicazione 2022-08-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore iDisciple
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.idisciple.org
URL della Pagina di Aiuto https://www.idisciple.org/contact
Lingue Supportate 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": []
        }
    ]
}