Bible vocab: A Bible dictionary
Popup dictionary on Bible words.
Bible vocab: A Bible dictionaryคืออะไร?
Bible vocab: A Bible dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย patricksptang และคุณลักษณะหลักของมันคือ "Popup dictionary on Bible words."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bible vocab: A Bible dictionary
ดาวน์โหลดไฟล์ส่วนขยาย Bible vocab: A Bible dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides definition of Biblical words when you hover your mouse over a verse number at the following websites:
- YouVersion's Bible.com
- Biblica.com
- eBible.org
- BibleSearch (bibles.org)
- BibleGateway.com
Works on all Bible translations in any languages.
Our only goal is to provide high quality Bible study tools for free. No advertisements, no sales, no gimmicks, ... ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hoibkbojkkeacjciibbjbnbflcdkahhp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bible-vocab-a-bible-dicti/hoibkbojkkeacjciibbjbnbflcdkahhp |
| คำอธิบาย | Popup dictionary on Bible words. |
| ขนาดไฟล์ | 18.39 KB |
| จำนวนการติดตั้ง | 178 |
| เวอร์ชันปัจจุบัน | 0.0.2 |
| อัปเดตครั้งล่าสุด | 2023-04-29 |
| วันที่เผยแพร่ | 2023-03-11 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | patricksptang |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"19": "images\/step.png",
"38": "images\/step.png"
},
"default_title": "Enable Bible vocab"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*.bible.com\/*",
"https:\/\/www.biblegateway.com\/*",
"https:\/\/www.biblica.com\/*",
"https:\/\/ebible.org\/*",
"https:\/\/bibles.org\/*",
"https:\/\/*.global.bible\/*"
]
}
],
"description": "Popup dictionary on Bible words.",
"icons": {
"128": "images\/step.png",
"48": "images\/step.png",
"38": "images\/step.png",
"32": "images\/step.png",
"19": "images\/step.png"
},
"manifest_version": 3,
"name": "Bible vocab: A Bible dictionary",
"permissions": [
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.2",
"web_accessible_resources": [
{
"resources": [
"css\/bve.css",
"images\/step.png"
],
"matches": [
"https:\/\/*.bible.com\/*",
"https:\/\/*.biblegateway.com\/*",
"https:\/\/www.biblica.com\/*",
"https:\/\/ebible.org\/*",
"https:\/\/bibles.org\/*",
"https:\/\/*.global.bible\/*"
]
}
]
} | |