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
Eメール [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"
        }
    ]
}