Yomitan
Japanese dictionary with Anki integration
Yomitan란 무엇입니까?
Yomitan은(는) TheMoeWay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Japanese dictionary with Anki integration"입니다.
확장 프로그램 스크린샷
Yomitan 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Yomitan turns your browser into a tool for building Japanese language literacy by helping you to decipher texts which would be otherwise too difficult tackle. It features a robust dictionary with EPWING and flashcard creation support.
확장 프로그램 기본 정보
이름 | Yomitan |
ID | likgccmbimhjbgkjambclfkhldnlhbnn |
공식 URL | https://chromewebstore.google.com/detail/yomitan/likgccmbimhjbgkjambclfkhldnlhbnn |
설명 | Japanese dictionary with Anki integration |
파일 크기 | 10.4 MB |
설치 횟수 | 10,394 |
현재 버전 | 24.01.14.0 |
최근 업데이트 | 2024-01-20 |
출시 날짜 | 2023-12-09 |
평점 | 5.00/5 총 41 개의 평점 |
개발자 | TheMoeWay |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/themoeway/yomitan |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Yomitan", "version": "24.01.14.0", "description": "Japanese dictionary with Anki integration", "author": "TheMoeWay", "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_title": "Yomitan", "default_popup": "action-popup.html" }, "background": { "service_worker": "sw.js", "type": "module" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "match_about_blank": true, "all_frames": true, "js": [ "js\/app\/content-script-wrapper.js" ] } ], "minimum_chrome_version": "102.0.0.0", "options_ui": { "page": "settings.html", "open_in_tab": true }, "sandbox": { "pages": [ "template-renderer.html" ] }, "permissions": [ "storage", "clipboardWrite", "unlimitedStorage", "declarativeNetRequest", "scripting", "offscreen" ], "optional_permissions": [ "clipboardRead", "nativeMessaging" ], "host_permissions": [ " |