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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dailywordofgodgroup.com และคุณลักษณะหลักของมันคือ "Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KJV Bible Verse Tagger

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}