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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}