Daily Bible Verse

A new tab extension which displays a new Bible verse daily.

What is Daily Bible Verse?

Daily Bible Verse is a Chrome extension developed by TK, and its main feature is "A new tab extension which displays a new Bible verse daily.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Daily Bible Verse Extension CRX File

Download Daily Bible Verse 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

                        A new tab extension which displays a new bible verse daily.

To switch between 12 hour and 24 hour formats, click the time at the top.                    

Extension Basic Information

Name Daily Bible Verse Daily Bible Verse
ID lciekfmhecamdffbalcmlkndoppnbdjg
Official URL https://chromewebstore.google.com/detail/daily-bible-verse/lciekfmhecamdffbalcmlkndoppnbdjg
Description A new tab extension which displays a new Bible verse daily.
File Size 3.28 MB
Installation Count 118
Current Version 1.6
Last Updated 2024-02-26
Publish Date 2023-09-04
Rating 5.00/5 Total 4 Ratings
Developer TK
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Daily Bible Verse",
    "version": "1.6",
    "description": "A new tab extension which displays a new Bible verse daily.",
    "permissions": [],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "update.png",
                "*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}