Covenant University Scripture Search

Covenant University lite. The perfect scripture search

Apa itu Covenant University Scripture Search?

Covenant University Scripture Search adalah ekstensi Chrome yang dikembangkan oleh devengine17, dan fitur utamanya adalah "Covenant University lite. The perfect scripture search".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Covenant University Scripture Search

Unduh file ekstensi Covenant University Scripture Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Covenant University Scripture Search Covenant University Scripture Search
ID ebokccoakmegnalodcacfinkenoddhmm
URL Resmi https://chrome.google.com/webstore/detail/covenant-university-scrip/ebokccoakmegnalodcacfinkenoddhmm
Deskripsi Covenant University lite. The perfect scripture search
Ukuran File 1.5 MB
Jumlah Instalasi 63
Versi Saat Ini 1.8.1
Terakhir Diperbarui 2018-09-11
Tanggal Publikasi 2018-09-11
Penilaian 5.00/5 Total 6 Penilaian
Pengembang devengine17
Tipe Pembayaran free
URL Halaman Bantuan https://covenantuniversity.edu.ng/
URL Halaman Kebijakan Privasi https://teller.r.worldssl.net/privacy/index.html
Bahasa yang Didukung 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"
}