KanjiThing
Learn kanji stroke order from the browser
KanjiThingคืออะไร?
KanjiThing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aiden Gardner และคุณลักษณะหลักของมันคือ "Learn kanji stroke order from the browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KanjiThing
ดาวน์โหลดไฟล์ส่วนขยาย KanjiThing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |