Brill Text Tool
Brill Text Tool
Brill Text Tool란 무엇입니까?
Brill Text Tool은(는) BRILL에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brill Text Tool"입니다.
확장 프로그램 스크린샷
Brill Text Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Brill Text Tool is a tool for the readers of Brill's Dead Sea Scrolls Electronic Library Biblical Texts. The tool allows readers of the Dead Sea Scrolls texts to look up information about the words of the text, such as translation, lemma, and morphology. Simply double-click on a word to bring up a pop-up with information. Because this happens in the same browser window as the source text, you don’t lose context.
확장 프로그램 기본 정보
이름 | |
ID | kpcoigbplckchlbbbkfpahhogfhkdjpp |
공식 URL | https://chrome.google.com/webstore/detail/brill-text-tool/kpcoigbplckchlbbbkfpahhogfhkdjpp |
설명 | Brill Text Tool |
파일 크기 | 290 KB |
설치 횟수 | 20 |
현재 버전 | 0.9.5 |
최근 업데이트 | 2019-04-18 |
출시 날짜 | 2019-04-18 |
개발자 | BRILL |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://referenceworks.brillonline.com/browse/dead-sea-scrolls-electronic-library-biblical-texts |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.5", "name": "Brill Text Tool", "short_name": "btt-app", "manifest_version": 2, "description": "Brill Text Tool", "browser_action": { "default_title": "BTT App" }, "icons": { "128": "icons\/icon-large.png", "16": "icons\/icon-fav.png", "19": "icons\/icon-small.png", "256": "icons\/[email protected]", "32": "icons\/[email protected]", "38": "icons\/[email protected]", "48": "icons\/icon-medium.png", "96": "icons\/[email protected]" }, "content_scripts": [ { "matches": [ "https:\/\/referenceworks.brillonline.com\/*", "http:\/\/referenceworks.brillonline.com\/*" ], "js": [ "js\/bttApp.bundle.js" ] } ], "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "permissions": [ "contextMenus", "management", "tabs", "storage", "https:\/\/github.com\/*", "*:\/\/referenceworks.brillonline.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |