Covenant University Scripture Search

Covenant University lite. The perfect scripture search

Co to jest Covenant University Scripture Search?

Covenant University Scripture Search to rozszerzenie Chrome opracowane przez devengine17, a jego główną funkcją jest „Covenant University lite. The perfect scripture search”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Covenant University Scripture Search

Pobierz pliki rozszerzeń Covenant University Scripture Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Covenant University Scripture Search Covenant University Scripture Search
ID ebokccoakmegnalodcacfinkenoddhmm
Oficjalny URL https://chrome.google.com/webstore/detail/covenant-university-scrip/ebokccoakmegnalodcacfinkenoddhmm
Opis Covenant University lite. The perfect scripture search
Rozmiar pliku 1.5 MB
Liczba instalacji 63
Aktualna Wersja 1.8.1
Ostatnia Aktualizacja 2018-09-11
Data Publikacji 2018-09-11
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper devengine17
Typ Płatności free
Adres URL Strony Pomocy https://covenantuniversity.edu.ng/
Adres URL Strony Polityki Prywatności https://teller.r.worldssl.net/privacy/index.html
Obsługiwane Języki 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"
}