Bible vocab: A Bible dictionary

Popup dictionary on Bible words.

Was ist Bible vocab: A Bible dictionary?

Bible vocab: A Bible dictionary ist eine Chrome-Erweiterung, die von patricksptang entwickelt wurde, und ihr Hauptmerkmal ist "Popup dictionary on Bible words.".

Erweiterungsscreenshots

screenshot
screenshot

Bible vocab: A Bible dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bible vocab: A Bible dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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, ...                    

Grundlegende Informationen zur Erweiterung

Name Bible vocab: A Bible dictionary Bible vocab: A Bible dictionary
ID hoibkbojkkeacjciibbjbnbflcdkahhp
Offizielle URL https://chromewebstore.google.com/detail/bible-vocab-a-bible-dicti/hoibkbojkkeacjciibbjbnbflcdkahhp
Beschreibung Popup dictionary on Bible words.
Dateigröße 18.39 KB
Installationsanzahl 178
Aktuelle Version 0.0.2
Letztes Update 2023-04-29
Veröffentlichungsdatum 2023-03-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler patricksptang
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}