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.…

什么是Search Bible Versicles?

Search Bible Versicles是由http://www.cciquique.cl开发的Chrome扩展程序,该扩展的主要功能是“Select the verse you want to look up on The Bible, right-click and click the "Busca Versículo ..." item in the context menu.…”。

扩展截图

screenshot

下载Search Bible Versicles扩展crx文件

下载Search Bible Versicles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Search Bible Versicles Search Bible Versicles
ID edigphjaagopgicllnhmeffmgjcocgoj
官方URL https://chrome.google.com/webstore/detail/search-bible-versicles/edigphjaagopgicllnhmeffmgjcocgoj
简介 Select the verse you want to look up on The Bible, right-click and click the "Busca Versículo ..." item in the context menu.…
文件大小 17.65 KB
安装次数 128
当前版本 1.2
更新时间 2014-07-09
上架时间 2014-07-09
评分 5.00/5 共7次评分
开发者 http://www.cciquique.cl
付费类型 free
支持的语言 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"
    ]
}