iDisciple's Verse of the Day

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

Vad är iDisciple's Verse of the Day?

iDisciple's Verse of the Day är en Chrome-tillägg utvecklad av iDisciple, och dess huvudfunktion är "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner iDisciple's Verse of the Day-förlängningens CRX-fil

Ladda ner iDisciple's Verse of the Day-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
Officiell webbadress https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
Beskrivning Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
Filstorlek 242 KB
Antal Installationer 196
Aktuell Version 1.1.0
Senast Uppdaterad 2022-09-13
Publiceringsdatum 2022-08-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare iDisciple
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.idisciple.org
Hjälpsida URL https://www.idisciple.org/contact
Stödda Språk 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": []
        }
    ]
}