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