Covenant University Scripture Search

Covenant University lite. The perfect scripture search

Covenant University Scripture Searchคืออะไร?

Covenant University Scripture Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devengine17 และคุณลักษณะหลักของมันคือ "Covenant University lite. The perfect scripture search"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Covenant University Scripture Search

ดาวน์โหลดไฟล์ส่วนขยาย Covenant University Scripture Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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