Bible vocab: A Bible dictionary

Popup dictionary on Bible words.

Co to jest Bible vocab: A Bible dictionary?

Bible vocab: A Bible dictionary to rozszerzenie Chrome opracowane przez patricksptang, a jego główną funkcją jest „Popup dictionary on Bible words.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Bible vocab: A Bible dictionary

Pobierz pliki rozszerzeń Bible vocab: A Bible dictionary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Bible vocab: A Bible dictionary Bible vocab: A Bible dictionary
ID hoibkbojkkeacjciibbjbnbflcdkahhp
Oficjalny URL https://chromewebstore.google.com/detail/bible-vocab-a-bible-dicti/hoibkbojkkeacjciibbjbnbflcdkahhp
Opis Popup dictionary on Bible words.
Rozmiar pliku 18.39 KB
Liczba instalacji 178
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2023-04-29
Data Publikacji 2023-03-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper patricksptang
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}