KJV Bible Verse Tagger

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

Wat is KJV Bible Verse Tagger?

KJV Bible Verse Tagger is een Chrome-extensie ontwikkeld door https://www.dailywordofgodgroup.com, en de belangrijkste functie is "Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie KJV Bible Verse Tagger

Download KJV Bible Verse Tagger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam KJV Bible Verse Tagger KJV Bible Verse Tagger
ID bgmhaondncnefjmonkpikefehhpmfaeo
Officiële URL https://chromewebstore.google.com/detail/kjv-bible-verse-tagger/bgmhaondncnefjmonkpikefehhpmfaeo
Beschrijving Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.
Bestandsgrootte 37.55 KB
Aantal Installaties 116
Huidige Versie 1.5
Laatst Bijgewerkt 2024-03-05
Publicatiedatum 2019-05-16
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.dailywordofgodgroup.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.dailywordofgodgroup.com/bible/mobile.php
Ondersteunde Talen 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"
        }
    ]
}