KanjiThing
Learn kanji stroke order from the browser
KanjiThing란 무엇입니까?
KanjiThing은(는) Aiden Gardner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn kanji stroke order from the browser"입니다.
확장 프로그램 스크린샷
KanjiThing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Practice drawing Kanji in the browser in a popup extension. Select a kanji from the drop down menu, and the extension will play a gif with the appropriate stroke order of that kanji. Trace it using your mouse until you've perfected your kanji skills! The gif can be paused and rewound using the buttons below the player. Kanji from each of the Wakatta units have been loaded in and you can select a unit to learn kanji from. In the sidebar to the right, information about the selected kanji is specified including its grade, stroke count, and the various onyomi and kunyomi readings. Example words that contain the kanji are also included, accompanied with the reading and meaning of the word. Use keybinds to navigate the extension! - Up/down arrows to select a different unit - Left/right arrows to select a different kanji - Backspace/ender to clear your drawing - Return to submit your drawing - R To select a random kanji To see more upcoming features: https://github.com/aiden2480/kanjithing#memo-future-features Send an email via the "Contact the developer" button or open an issue on the GitHub to request a feature or report a bug.
확장 프로그램 기본 정보
이름 | KanjiThing |
ID | nccfelhkfpbnefflolffkclhenplhiab |
공식 URL | https://chromewebstore.google.com/detail/kanjithing/nccfelhkfpbnefflolffkclhenplhiab |
설명 | Learn kanji stroke order from the browser |
파일 크기 | 430 KB |
설치 횟수 | 84 |
현재 버전 | 2.1.1 |
최근 업데이트 | 2022-06-28 |
출시 날짜 | 2021-08-23 |
평점 | 4.57/5 총 7 개의 평점 |
개발자 | Aiden Gardner |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://aiden2480.github.io/kanjithing/ |
도움말 페이지 URL | https://github.com/aiden2480/kanjithing/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KanjiThing", "description": "Learn kanji stroke order from the browser", "version": "2.1.1", "manifest_version": 3, "permissions": [ "storage", "contextMenus" ], "options_page": "settings.html", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "64": "media\/icon64x64.png", "128": "media\/icon128x128.png", "256": "media\/icon256x256.png" } } |