Bible vocab: A Bible dictionary
Popup dictionary on Bible words.
Bible vocab: A Bible dictionary là gì?
Bible vocab: A Bible dictionary là một tiện ích mở rộng Chrome được phát triển bởi patricksptang, và tính năng chính của nó là "Popup dictionary on Bible words.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bible vocab: A Bible dictionary
Tải xuống các tệp mở rộng Bible vocab: A Bible dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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, ...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bible vocab: A Bible dictionary |
ID | hoibkbojkkeacjciibbjbnbflcdkahhp |
URL Chính Thức | https://chromewebstore.google.com/detail/bible-vocab-a-bible-dicti/hoibkbojkkeacjciibbjbnbflcdkahhp |
Mô tả | Popup dictionary on Bible words. |
Kích Thước Tệp | 18.39 KB |
Số Lần Cài Đặt | 178 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2023-04-29 |
Ngày Phát Hành | 2023-03-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | patricksptang |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |