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 هو إضافة Chrome تم تطويرها بواسطة http://www.cciquique.cl، والميزة الرئيسية لها هي "Select the verse you want to look up on The Bible, right-click and click the "Busca Versículo ..." item in the context menu.…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search Bible Versicles
قم بتنزيل ملفات الامتداد Search Bible Versicles بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |