KJV Bible Verse Tagger
Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.
What is KJV Bible Verse Tagger?
KJV Bible Verse Tagger is a Chrome extension developed by https://www.dailywordofgodgroup.com, and its main feature is "Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.".
Extension Screenshots
Download KJV Bible Verse Tagger Extension CRX File
Download KJV Bible Verse Tagger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bgmhaondncnefjmonkpikefehhpmfaeo |
Official URL | https://chromewebstore.google.com/detail/kjv-bible-verse-tagger/bgmhaondncnefjmonkpikefehhpmfaeo |
Description | Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible. |
File Size | 37.55 KB |
Installation Count | 116 |
Current Version | 1.5 |
Last Updated | 2024-03-05 |
Publish Date | 2019-05-16 |
Rating | 3.40/5 Total 5 Ratings |
Developer | https://www.dailywordofgodgroup.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.dailywordofgodgroup.com/bible/mobile.php |
Supported Languages | 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" } ] } |