KXL Klien/Jastrow Dictionary (sefaria)
Provides access to the sefaria dictionary from chrome.
KXL Klien/Jastrow Dictionary (sefaria)란 무엇입니까?
KXL Klien/Jastrow Dictionary (sefaria)은(는) KXL Admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides access to the sefaria dictionary from chrome."입니다.
확장 프로그램 스크린샷
KXL Klien/Jastrow Dictionary (sefaria) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easy Online Access to the combined cross-referenced "Brown, Driver, Briggs and Strong’s Hebrew", "Jastrow" and "Klien" dictionaries. Providing authentic English translations of biblical, rabbinic and Talmudic Hebrew and Aramaic. Containing source examples and references from traditional Judaic sources. All Data currently provided by Sefaria.org Additional features include: + Simplified on screen keyboard + On opening the extension any Hebrew selected on page or copied into clipboard is searched for. + personalised saved search history Up and coming features: + Dictionary Abbreviations expanded. + References linked to sources on sefaria.org. + Additional content of abbreviations used throughout rabbinic literature. + Ability to suggest additions and amendments to the dictionaries.
확장 프로그램 기본 정보
이름 | KXL Klien/Jastrow Dictionary (sefaria) |
ID | gnpkgjefpahoolpfcebkmcnclcpamgmn |
공식 URL | https://chromewebstore.google.com/detail/kxl-klienjastrow-dictiona/gnpkgjefpahoolpfcebkmcnclcpamgmn |
설명 | Provides access to the sefaria dictionary from chrome. |
파일 크기 | 315 KB |
설치 횟수 | 42 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2020-05-29 |
출시 날짜 | 2020-05-28 |
개발자 | KXL Admin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KXL Klien\/Jastrow Dictionary (sefaria)", "version": "1.1.3", "permissions": [ "activeTab", "clipboardRead", "declarativeContent", "https:\/\/www.sefaria.org\/*", "storage" ], "description": "Provides access to the sefaria dictionary from chrome.", "background": { "scripts": [ "js\/jquery-3.5.1.min.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "Klien\/Jastrow Dictionary", "default_popup": "js\/action\/popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |