Bible vocab: A Bible dictionary
Popup dictionary on Bible words.
¿Qué es Bible vocab: A Bible dictionary?
Bible vocab: A Bible dictionary es una extensión de Chrome desarrollada por patricksptang, y su función principal es "Popup dictionary on Bible words.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bible vocab: A Bible dictionary
Descarga archivos de extensión Bible vocab: A Bible dictionary en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Provides definition of Biblical words when you hover your mouse over a verse number at the following websites: - YouVersion's Bible.com - Biblica.com - eBible.org - BibleSearch (bibles.org) - BibleGateway.com Works on all Bible translations in any languages. Our only goal is to provide high quality Bible study tools for free. No advertisements, no sales, no gimmicks, ...
Información Básica de la Extensión
Nombre | Bible vocab: A Bible dictionary |
ID | hoibkbojkkeacjciibbjbnbflcdkahhp |
URL Oficial | https://chromewebstore.google.com/detail/bible-vocab-a-bible-dicti/hoibkbojkkeacjciibbjbnbflcdkahhp |
Descripción | Popup dictionary on Bible words. |
Tamaño del Archivo | 18.39 KB |
Cantidad de Instalaciones | 178 |
Versión Actual | 0.0.2 |
Última Actualización | 2023-04-29 |
Fecha de Publicación | 2023-03-11 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | patricksptang |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "images\/step.png", "38": "images\/step.png" }, "default_title": "Enable Bible vocab" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.bible.com\/*", "https:\/\/www.biblegateway.com\/*", "https:\/\/www.biblica.com\/*", "https:\/\/ebible.org\/*", "https:\/\/bibles.org\/*", "https:\/\/*.global.bible\/*" ] } ], "description": "Popup dictionary on Bible words.", "icons": { "128": "images\/step.png", "48": "images\/step.png", "38": "images\/step.png", "32": "images\/step.png", "19": "images\/step.png" }, "manifest_version": 3, "name": "Bible vocab: A Bible dictionary", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "web_accessible_resources": [ { "resources": [ "css\/bve.css", "images\/step.png" ], "matches": [ "https:\/\/*.bible.com\/*", "https:\/\/*.biblegateway.com\/*", "https:\/\/www.biblica.com\/*", "https:\/\/ebible.org\/*", "https:\/\/bibles.org\/*", "https:\/\/*.global.bible\/*" ] } ] } |