Genki/WaniKani Kanji Highlighter
This extension helps you apply Kanji that you have learned.
Genki/WaniKani Kanji Highlighterคืออะไร?
Genki/WaniKani Kanji Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension helps you apply Kanji that you have learned."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genki/WaniKani Kanji Highlighter
ดาวน์โหลดไฟล์ส่วนขยาย Genki/WaniKani Kanji Highlighter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Conveniently highlights kanji on the currently viewed webpage based on two learning sources: WaniKani and Genki textbook series. Red kanji will be learned in more than 5 levels/chapters, Yellow kanji will be learned in 5 levels/chapters or less, and Green kanji are already learned (the lighter green corresponds to kanji learned farther in the past). Grey kanji do not appear in either learning source. Automatically updates WaniKani level given your account's API key (can be found on WaniKani -> Settings -> Account). Saves API key to local browser storage (so you only have to input it once). Can be used for only a single learning source, simply disable Genki or do not enter an API key.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Genki/WaniKani Kanji Highlighter |
ID | jbljbdlfhlckaiechkcpcdendkcojkhb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/genkiwanikani-kanji-highl/jbljbdlfhlckaiechkcpcdendkcojkhb |
คำอธิบาย | This extension helps you apply Kanji that you have learned. |
ขนาดไฟล์ | 382 KB |
จำนวนการติดตั้ง | 99 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2017-05-09 |
วันที่เผยแพร่ | 2017-05-09 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Genki\/WaniKani Kanji Highlighter", "version": "1.0.0", "permissions": [ "activeTab", "storage", "https:\/\/www.wanikani.com\/api\/*", "*:\/\/*\/*" ], "browser_action": { "default_title": "Menu", "default_popup": "index.html" }, "content_scripts": [ { "js": [ "lib\/jquery-3.1.1.js", "highlighter.js" ], "matches": [ " |