Covenant University Scripture Search
Covenant University lite. The perfect scripture search
Covenant University Scripture Search là gì?
Covenant University Scripture Search là một tiện ích mở rộng Chrome được phát triển bởi devengine17, và tính năng chính của nó là "Covenant University lite. The perfect scripture search".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Covenant University Scripture Search
Tải xuống các tệp mở rộng Covenant University Scripture Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ebokccoakmegnalodcacfinkenoddhmm |
URL Chính Thức | https://chrome.google.com/webstore/detail/covenant-university-scrip/ebokccoakmegnalodcacfinkenoddhmm |
Mô tả | Covenant University lite. The perfect scripture search |
Kích Thước Tệp | 1.5 MB |
Số Lần Cài Đặt | 63 |
Phiên Bản Hiện Tại | 1.8.1 |
Cập Nhật Lần Cuối | 2018-09-11 |
Ngày Phát Hành | 2018-09-11 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | devengine17 |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://covenantuniversity.edu.ng/ |
URL Trang Chính Sách Bảo Mật | https://teller.r.worldssl.net/privacy/index.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |