Covenant University Scripture Search
Covenant University lite. The perfect scripture search
O que é Covenant University Scripture Search?
Covenant University Scripture Search é uma extensão do Chrome desenvolvida por devengine17, e sua principal característica é "Covenant University lite. The perfect scripture search".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Covenant University Scripture Search
Baixe arquivos de extensão Covenant University Scripture Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ebokccoakmegnalodcacfinkenoddhmm |
URL Oficial | https://chrome.google.com/webstore/detail/covenant-university-scrip/ebokccoakmegnalodcacfinkenoddhmm |
Descrição | Covenant University lite. The perfect scripture search |
Tamanho do Arquivo | 1.5 MB |
Contagem de Instalações | 63 |
Versão Atual | 1.8.1 |
Última Atualização | 2018-09-11 |
Data de Publicação | 2018-09-11 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | devengine17 |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://covenantuniversity.edu.ng/ |
URL da Página de Política de Privacidade | https://teller.r.worldssl.net/privacy/index.html |
Idiomas Suportados | 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" } |