Covenant University Scripture Search

Covenant University lite. The perfect scripture search

Wat is Covenant University Scripture Search?

Covenant University Scripture Search is een Chrome-extensie ontwikkeld door devengine17, en de belangrijkste functie is "Covenant University lite. The perfect scripture search".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Covenant University Scripture Search

Download Covenant University Scripture Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Covenant University Scripture Search Covenant University Scripture Search
ID ebokccoakmegnalodcacfinkenoddhmm
Officiële URL https://chrome.google.com/webstore/detail/covenant-university-scrip/ebokccoakmegnalodcacfinkenoddhmm
Beschrijving Covenant University lite. The perfect scripture search
Bestandsgrootte 1.5 MB
Aantal Installaties 63
Huidige Versie 1.8.1
Laatst Bijgewerkt 2018-09-11
Publicatiedatum 2018-09-11
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar devengine17
Betalingswijze free
Help Pagina-URL https://covenantuniversity.edu.ng/
URL van de Privacybeleid Pagina https://teller.r.worldssl.net/privacy/index.html
Ondersteunde Talen 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"
}