KJV Bible Verse Tagger

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

O que é KJV Bible Verse Tagger?

KJV Bible Verse Tagger é uma extensão do Chrome desenvolvida por https://www.dailywordofgodgroup.com, e sua principal característica é "Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão KJV Bible Verse Tagger

Baixe arquivos de extensão KJV Bible Verse Tagger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome KJV Bible Verse Tagger KJV Bible Verse Tagger
ID bgmhaondncnefjmonkpikefehhpmfaeo
URL Oficial https://chromewebstore.google.com/detail/kjv-bible-verse-tagger/bgmhaondncnefjmonkpikefehhpmfaeo
Descrição Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.
Tamanho do Arquivo 37.55 KB
Contagem de Instalações 116
Versão Atual 1.5
Última Atualização 2024-03-05
Data de Publicação 2019-05-16
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor https://www.dailywordofgodgroup.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.dailywordofgodgroup.com/bible/mobile.php
Idiomas Suportados 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"
        }
    ]
}