iDisciple's Verse of the Day

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

Was ist iDisciple's Verse of the Day?

iDisciple's Verse of the Day ist eine Chrome-Erweiterung, die von iDisciple entwickelt wurde, und ihr Hauptmerkmal ist "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

iDisciple's Verse of the Day-Erweiterungs-CRX-Datei herunterladen

Laden Sie iDisciple's Verse of the Day-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
Offizielle URL https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
Beschreibung Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
Dateigröße 242 KB
Installationsanzahl 196
Aktuelle Version 1.1.0
Letztes Update 2022-09-13
Veröffentlichungsdatum 2022-08-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler iDisciple
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.idisciple.org
Hilfeseite URL https://www.idisciple.org/contact
Unterstützte Sprachen 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": []
        }
    ]
}