Daily Bible Verse

The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.

What is Daily Bible Verse?

Daily Bible Verse is a Chrome extension developed by https://bibleverseapp.com, and its main feature is "The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.".

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

                        Replace new tab page with God's words.  Select your favorite bible reading plans, read the verse whenever you open a new tab, and play simple games to help you memorize the verses.  Delightful background photos and animation every time you open a new tab.   We make bible reading easy and fun!                    

Extension Basic Information

Name Daily Bible Verse Daily Bible Verse
ID jogajkcgclkfedbhdcopmpmeeophkkji
Official URL https://chromewebstore.google.com/detail/daily-bible-verse/jogajkcgclkfedbhdcopmpmeeophkkji
Description The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.
File Size 12.1 MB
Installation Count 1,922
Current Version 2.1.1
Last Updated 2017-05-02
Publish Date 2017-05-02
Rating 4.60/5 Total 67 Ratings
Developer https://bibleverseapp.com
Email [email protected]
Payment Type free
Extension Website http://www.bibleverseapp.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Bible Verse",
    "description": "The most beautiful daily bible verse plugin.  Select a reading plans, read the verse whenever you open a new tab.",
    "permissions": [
        "storage",
        "http:\/\/biblereadingplans.herokuapp.com\/verses",
        "http:\/\/localhost:3000\/verses",
        "http:\/\/localhost:3001\/verses"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "version": "2.1.1",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "web_accessible_resources": [
        "reading_plan.js",
        "jqmeter.min.js",
        "circle-progress.js"
    ],
    "manifest_version": 2
}