Bible vocab: A Bible dictionary

Popup dictionary on Bible words.

Τι είναι το Bible vocab: A Bible dictionary;

Το Bible vocab: A Bible dictionary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον patricksptang, και η κύρια λειτουργία του είναι "Popup dictionary on Bible words.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bible vocab: A Bible dictionary

Λήψη αρχείων επέκτασης Bible vocab: A Bible dictionary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Bible vocab: A Bible dictionary Bible vocab: A Bible dictionary
ID hoibkbojkkeacjciibbjbnbflcdkahhp
Επίσημο URL https://chromewebstore.google.com/detail/bible-vocab-a-bible-dicti/hoibkbojkkeacjciibbjbnbflcdkahhp
Περιγραφή Popup dictionary on Bible words.
Μέγεθος Αρχείου 18.39 KB
Αριθμός Εγκαταστάσεων 178
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2023-04-29
Ημερομηνία Δημοσίευσης 2023-03-11
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής patricksptang
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}