Covenant University Scripture Search

Covenant University lite. The perfect scripture search

什么是Covenant University Scripture Search?

Covenant University Scripture Search是由devengine17开发的Chrome扩展程序,该扩展的主要功能是“Covenant University lite. The perfect scripture search”。

扩展截图

screenshot
screenshot
screenshot

下载Covenant University Scripture Search扩展crx文件

下载Covenant University Scripture Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Covenant University Scripture Search Covenant University Scripture Search
ID ebokccoakmegnalodcacfinkenoddhmm
官方URL https://chrome.google.com/webstore/detail/covenant-university-scrip/ebokccoakmegnalodcacfinkenoddhmm
简介 Covenant University lite. The perfect scripture search
文件大小 1.5 MB
安装次数 63
当前版本 1.8.1
更新时间 2018-09-11
上架时间 2018-09-11
评分 5.00/5 共6次评分
开发者 devengine17
付费类型 free
帮助页面URL https://covenantuniversity.edu.ng/
隐私政策页面URL https://teller.r.worldssl.net/privacy/index.html
支持的语言 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"
}