KJV Bible Verse Tagger
Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.
ما هو KJV Bible Verse Tagger؟
KJV Bible Verse Tagger هو إضافة Chrome تم تطويرها بواسطة https://www.dailywordofgodgroup.com، والميزة الرئيسية لها هي "Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة KJV Bible Verse Tagger
قم بتنزيل ملفات الامتداد KJV Bible Verse Tagger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | bgmhaondncnefjmonkpikefehhpmfaeo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kjv-bible-verse-tagger/bgmhaondncnefjmonkpikefehhpmfaeo |
الوصف | Instantly view dynamic popup verses on Bible websites using the KJV Simple Search Bible. |
حجم الملف | 37.55 KB |
عدد التثبيتات | 116 |
النسخة الحالية | 1.5 |
آخر تحديث | 2024-03-05 |
تاريخ النشر | 2019-05-16 |
تقييم | 3.40/5 مجموع تقييمات 5 |
المطور | https://www.dailywordofgodgroup.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.dailywordofgodgroup.com/bible/mobile.php |
اللغات المدعومة | 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" } ] } |