Bible Previewer
Turns every bible verse into a link you can hover to see the contents of the verse.
Bible Previewerคืออะไร?
Bible Previewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cody และคุณลักษณะหลักของมันคือ "Turns every bible verse into a link you can hover to see the contents of the verse."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bible Previewer
ดาวน์โหลดไฟล์ส่วนขยาย Bible Previewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily view the bible verses referenced in an article, without ever having to leave! Simply hover over the link to open a popup containing the verse in any web page, or click on the link to go to the verse on bibles.org. You can also change the language and translation of the popup.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bible Previewer |
ID | khknjdjihianlbkkbpmoemlkphkeaddi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bible-previewer/khknjdjihianlbkkbpmoemlkphkeaddi |
คำอธิบาย | Turns every bible verse into a link you can hover to see the contents of the verse. |
ขนาดไฟล์ | 269 KB |
จำนวนการติดตั้ง | 281 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2022-06-21 |
วันที่เผยแพร่ | 2019-09-16 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Cody |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bible Previewer", "short_name": "BiblePreview", "author": "Cody Guldner", "description": "Turns every bible verse into a link you can hover to see the contents of the verse.", "version": "1.4.0", "icons": { "16": "icons\/bible16.png", "32": "icons\/bible32.png", "64": "icons\/bible64.png", "128": "icons\/bible128.png" }, "permissions": [ "https:\/\/bibles.org\/v2\/", "storage", "tabs" ], "browser_action": { "default_icon": "icons\/bible16.png", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "web_accessible_resources": [ "js\/*.js.map" ], "content_scripts": [ { "css": [ "css\/biblePreviewer.css" ], "js": [ "js\/biblePreviewer.js" ], "matches": [ " |