Covenant University Scripture Search

Covenant University lite. The perfect scripture search

What is Covenant University Scripture Search?

Covenant University Scripture Search is a Chrome extension developed by devengine17, and its main feature is "Covenant University lite. The perfect scripture search".

Extension Screenshots

screenshot
screenshot
screenshot

Download Covenant University Scripture Search Extension CRX File

Download Covenant University Scripture Search 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

                        Offers offline access to bible translations, voice reading and much more. Install and enjoy!
The purpose of this extension is to allow you to browse, search or read the Bible directly from the browser (without visiting a special website for this). 

Features:
* offline access to KJV (no need of Internet connection)
* voice reading of the text
* fast search functionality
* easy browsing though text                    

Extension Basic Information

Name Covenant University Scripture Search Covenant University Scripture Search
ID ebokccoakmegnalodcacfinkenoddhmm
Official URL https://chrome.google.com/webstore/detail/covenant-university-scrip/ebokccoakmegnalodcacfinkenoddhmm
Description Covenant University lite. The perfect scripture search
File Size 1.5 MB
Installation Count 63
Current Version 1.8.1
Last Updated 2018-09-11
Publish Date 2018-09-11
Rating 5.00/5 Total 6 Ratings
Developer devengine17
Payment Type free
Help Page URL https://covenantuniversity.edu.ng/
Privacy Policy Page URL https://teller.r.worldssl.net/privacy/index.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Covenant University Scripture Search",
        "persistent": true
    },
    "description": "Covenant University lite. The perfect scripture search",
    "icons": {
        "128": "icon.png"
    },
    "short_name": "CU Search",
    "manifest_version": 2,
    "minimum_chrome_version": "32.0",
    "name": "Covenant University Scripture Search",
    "permissions": [
        "tts",
        "ttsEngine",
        "unlimitedStorage"
    ],
    "tts_engine": {
        "voices": [
            {
                "event_types": [
                    "start",
                    "marker",
                    "end"
                ],
                "gender": "male",
                "lang": "en-US",
                "voice_name": "Pat"
            }
        ]
    },
    "version": "1.8.1"
}