KJV Bible Verse Tagger
Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.
Co to jest KJV Bible Verse Tagger?
KJV Bible Verse Tagger to rozszerzenie Chrome opracowane przez https://www.dailywordofgodgroup.com, a jego główną funkcją jest „Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia KJV Bible Verse Tagger
Pobierz pliki rozszerzeń KJV Bible Verse Tagger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bgmhaondncnefjmonkpikefehhpmfaeo |
Oficjalny URL | https://chromewebstore.google.com/detail/kjv-bible-verse-tagger/bgmhaondncnefjmonkpikefehhpmfaeo |
Opis | Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible. |
Rozmiar pliku | 37.55 KB |
Liczba instalacji | 116 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2024-03-05 |
Data Publikacji | 2019-05-16 |
Ocena | 3.40/5 Łącznie 5 Oceny |
Deweloper | https://www.dailywordofgodgroup.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.dailywordofgodgroup.com/bible/mobile.php |
Obsługiwane Języki | 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" } ] } |