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
官方網址 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"
}