Search Bible Versicles
Select the verse you want to look up on The Bible, right-click and click the "Busca Versículo ..." item in the context menu.…
O que é Search Bible Versicles?
Search Bible Versicles é uma extensão do Chrome desenvolvida por http://www.cciquique.cl, e sua principal característica é "Select the verse you want to look up on The Bible, right-click and click the "Busca Versículo ..." item in the context menu.…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search Bible Versicles
Baixe arquivos de extensão Search Bible Versicles 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
Select the verse you want to look up on The Bible, right-click and click the "Busca Versículo ..." item in the context menu. Selecciona el versículo que quieres buscar en la Biblia y haz click derecho en el ítem "Busca Versículo ..." en el menú contextual. To access the options, visit chrome://extensions/ and select your favorite Bible Version. Para acceder a las opciones, visita chrome://extensions/ y selecciona tu versión favorita de la Biblia. If you like it, please rate it. Si te gustó, por favor ponle nota. Versions / Versiones RVR1960 - Reina Valera 1960 NVI - Nueva Versión Internacional NIV - New International Version KJV - King James Version
Informações Básicas da Extensão
Nome | |
ID | edigphjaagopgicllnhmeffmgjcocgoj |
URL Oficial | https://chrome.google.com/webstore/detail/search-bible-versicles/edigphjaagopgicllnhmeffmgjcocgoj |
Descrição | Select the verse you want to look up on The Bible, right-click and click the "Busca Versículo ..." item in the context menu.… |
Tamanho do Arquivo | 17.65 KB |
Contagem de Instalações | 128 |
Versão Atual | 1.2 |
Última Atualização | 2014-07-09 |
Data de Publicação | 2014-07-09 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | http://www.cciquique.cl |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Bible Versicles", "short_name": "Busca Vers\u00edculo", "version": "1.2", "manifest_version": 2, "icons": { "16": "icono16.png", "32": "icono32.png", "128": "icono128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "icono32.png", "default_title": "Busca Vers\u00edculo Biblia" }, "permissions": [ "tabs", "contextMenus", "storage" ] } |