Bible vocab: A Bible dictionary

Popup dictionary on Bible words.

什麼是Bible vocab: A Bible dictionary?

Bible vocab: A Bible dictionary是由patricksptang開發的Chrome擴展程式,該擴展的主要功能是“Popup dictionary on Bible words.”。

擴展截圖

screenshot
screenshot

下載Bible vocab: A Bible dictionary擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}