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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Covenant University Scripture Search
قم بتنزيل ملفات الامتداد Covenant University Scripture Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | https://covenantuniversity.edu.ng/ |
عنوان صفحة سياسة الخصوصية | 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" } |