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.…」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } |