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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}