Bible vocab: A Bible dictionary
Popup dictionary on Bible words.
Bible vocab: A Bible dictionary란 무엇입니까?
Bible vocab: A Bible dictionary은(는) patricksptang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Popup dictionary on Bible words."입니다.
확장 프로그램 스크린샷
Bible vocab: A Bible dictionary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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, ...
확장 프로그램 기본 정보
이름 | Bible vocab: A Bible dictionary |
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\/*" ] } ] } |