Rikaitan
Japanese dictionary with Anki integration
Rikaitan란 무엇입니까?
Rikaitan은(는) Ajatt Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Japanese dictionary with Anki integration"입니다.
확장 프로그램 스크린샷
Rikaitan 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This project is a community-driven fork of Yomichan, which is no longer maintained. Our primary objective is to maintain the project, ensuring it remains functional on the most recent browser versions and that any bugs are fixed. Rikaitan turns your web browser into a tool for building Japanese language literacy by helping you to decipher texts which would be otherwise too difficult tackle. This extension is similar to 10ten Japanese Reader for Firefox and Rikaikun for Chrome, but it stands apart in its goal of being an all-encompassing learning tool as opposed to a mere browser-based dictionary. For the addon to work users need to download dictionary files from third party websites.
확장 프로그램 기본 정보
이름 | Rikaitan |
ID | pnjdahdadbkhcfamabafkjbjblbgkodk |
공식 URL | https://chromewebstore.google.com/detail/rikaitan/pnjdahdadbkhcfamabafkjbjblbgkodk |
설명 | Japanese dictionary with Anki integration |
파일 크기 | 10.39 MB |
설치 횟수 | 159 |
현재 버전 | 24.1.22.0 |
최근 업데이트 | 2024-01-27 |
출시 날짜 | 2023-12-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Ajatt Tools |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Ajatt-Tools/rikaitan |
개인정보 보호 정책 페이지 URL | https://github.com/Ajatt-Tools/rikaitan/blob/main/docs/privacy-policy.md |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rikaitan", "version": "24.1.22.0", "description": "Japanese dictionary with Anki integration", "author": "Ajatt-Tools and contributors", "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": "Rikaitan", "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": [ " |