KJV Bible Verse Tagger

Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.

什么是KJV Bible Verse Tagger?

KJV Bible Verse Tagger是由https://www.dailywordofgodgroup.com开发的Chrome扩展程序,该扩展的主要功能是“Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.”。

扩展截图

screenshot
screenshot

下载KJV Bible Verse Tagger扩展crx文件

下载KJV Bible Verse Tagger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tag Single chapters.
Tag Single verses.
Tag Verse ranges in one chapter.
Tag Multiple Verse ranges in one chapter.
Tag Wide Bible book abbreviation support.
Tag Titlecase, lowercase or UPPERCASE.
Display the count of tagged passages.                    

扩展基本信息

名称 KJV Bible Verse Tagger KJV Bible Verse Tagger
ID bgmhaondncnefjmonkpikefehhpmfaeo
官方URL https://chromewebstore.google.com/detail/kjv-bible-verse-tagger/bgmhaondncnefjmonkpikefehhpmfaeo
简介 Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.
文件大小 37.55 KB
安装次数 116
当前版本 1.5
更新时间 2024-03-05
上架时间 2019-05-16
评分 3.40/5 共5次评分
开发者 https://www.dailywordofgodgroup.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.dailywordofgodgroup.com/bible/mobile.php
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "name": "KJV Bible Verse Tagger",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.",
    "icons": {
        "16": "ktagger16.png",
        "48": "ktagger48.png",
        "128": "ktagger128.png"
    },
    "action": {
        "default_icon": {
            "19": "ktagger32.png",
            "38": "ktagger48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.dailywordofgodgroup.com\/*",
                "https:\/\/www.dwogg.org\/*"
            ],
            "js": [
                "kjvbibletag.js"
            ],
            "run_at": "document_idle"
        }
    ]
}