Bible Matters
Type 'bible', click tab and then type a search term to show results in new tab.
ما هو Bible Matters؟
Bible Matters هو إضافة Chrome تم تطويرها بواسطة St Helen's Bishopsgate، والميزة الرئيسية لها هي "Type 'bible', click tab and then type a search term to show results in new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bible Matters
قم بتنزيل ملفات الامتداد Bible Matters بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate.
معلومات أساسية عن التمديد
الاسم | Bible Matters |
ID | gmceneophdmigekiodfemkgclfolnckc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc |
الوصف | Type 'bible', click tab and then type a search term to show results in new tab. |
حجم الملف | 12.27 KB |
عدد التثبيتات | 61 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-07-22 |
تاريخ النشر | 2021-07-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | St Helen's Bishopsgate |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.st-helens.org.uk/pages/privacy-policy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bible Matters", "description": "Type 'bible', click tab and then type a search term to show results in new tab.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "omnibox": { "keyword": "bible" }, "action": { "default_icon": { "16": "shb16.png", "32": "shb32.png" } }, "icons": { "16": "shb16.png", "32": "shb32.png", "48": "shb48.png", "128": "shb128.png" } } |