Bible Search

You can search bible with simple keywords

Bible Searchคืออะไร?

Bible Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sangwon Seo และคุณลักษณะหลักของมันคือ "You can search bible with simple keywords"

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

screenshot

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

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

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

                        'Bible search' is a chrome extension helps you to find the Bible verses with simple keyword.

[Features]
- You can search the Bible with abbreviation.
- You can copy the results to the clipboard.
  - If you find verses in range (like Gen1:1-10), you can click each box to copy single verse or click 'Copy All' button to copy whole results into clipboard.
  - If you find with keywords, you can click each box for single copy to clipboard.

[Language]
We provide multiple languages by your chrome browser language settings.
- English (KJV)
- Korean (개역개정, 개역한글)

[Example]
- gen 1:10 (Single)
- gen 1:10-20 (Range)
- Jesus (Results keyword included)                    

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

ชื่อ Bible Search Bible Search
ID lcimelgcehidimkkleiknejjiicieekb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bible-search/lcimelgcehidimkkleiknejjiicieekb
คำอธิบาย You can search bible with simple keywords
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 339
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2023-07-27
วันที่เผยแพร่ 2022-05-19
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Sangwon Seo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/aota18/bible-search-extension
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.7",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/bible-16.png",
        "32": "assets\/icons\/bible-32.png",
        "96": "assets\/icons\/bible-96.png",
        "128": "assets\/icons\/bible-128.png"
    },
    "author": "Sangwon Seo",
    "permissions": [],
    "action": {
        "default_popup": "index.html",
        "default_title": "Bible Search",
        "default_locale": "en"
    }
}