KJV Bible Verse Tagger

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

Cos'è KJV Bible Verse Tagger?

KJV Bible Verse Tagger è un'estensione di Chrome sviluppata da https://www.dailywordofgodgroup.com, e la sua funzione principale è "Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione KJV Bible Verse Tagger

Scarica i file di estensione KJV Bible Verse Tagger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome KJV Bible Verse Tagger KJV Bible Verse Tagger
ID bgmhaondncnefjmonkpikefehhpmfaeo
URL Ufficiale https://chromewebstore.google.com/detail/kjv-bible-verse-tagger/bgmhaondncnefjmonkpikefehhpmfaeo
Descrizione Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.
Dimensione del File 37.55 KB
Conteggio Installazioni 116
Versione Corrente 1.5
Ultimo Aggiornamento 2024-03-05
Data di Pubblicazione 2019-05-16
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore https://www.dailywordofgodgroup.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.dailywordofgodgroup.com/bible/mobile.php
Lingue Supportate 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"
        }
    ]
}