KJV Bible Verse Tagger

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

Vad är KJV Bible Verse Tagger?

KJV Bible Verse Tagger är en Chrome-tillägg utvecklad av https://www.dailywordofgodgroup.com, och dess huvudfunktion är "Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner KJV Bible Verse Tagger-förlängningens CRX-fil

Ladda ner KJV Bible Verse Tagger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn KJV Bible Verse Tagger KJV Bible Verse Tagger
ID bgmhaondncnefjmonkpikefehhpmfaeo
Officiell webbadress https://chromewebstore.google.com/detail/kjv-bible-verse-tagger/bgmhaondncnefjmonkpikefehhpmfaeo
Beskrivning Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.
Filstorlek 37.55 KB
Antal Installationer 116
Aktuell Version 1.5
Senast Uppdaterad 2024-03-05
Publiceringsdatum 2019-05-16
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare https://www.dailywordofgodgroup.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.dailywordofgodgroup.com/bible/mobile.php
Stödda Språk 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"
        }
    ]
}