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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |