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
官方網址 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"
        }
    ]
}