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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bible Matters

ดาวน์โหลดไฟล์ส่วนขยาย Bible Matters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bible Matters 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
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}