iDisciple's Verse of the Day

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

What is iDisciple's Verse of the Day?

iDisciple's Verse of the Day is a Chrome extension developed by iDisciple, and its main feature is "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download iDisciple's Verse of the Day Extension CRX File

Download iDisciple's Verse of the Day extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
Official URL https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
Description Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
File Size 242 KB
Installation Count 196
Current Version 1.1.0
Last Updated 2022-09-13
Publish Date 2022-08-29
Rating 5.00/5 Total 1 Ratings
Developer iDisciple
Email [email protected]
Payment Type free
Extension Website https://www.idisciple.org
Help Page URL https://www.idisciple.org/contact
Supported Languages 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": []
        }
    ]
}