Covenant University Scripture Search

Covenant University lite. The perfect scripture search

Covenant University Scripture Search क्या है?

Covenant University Scripture Search devengine17 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Covenant University lite. The perfect scripture search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Covenant University Scripture Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}