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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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" ] } |