FuriKani
Removes furigana on websites based on your WaniKani level
FuriKaniคืออะไร?
FuriKani เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lauchmelder และคุณลักษณะหลักของมันคือ "Removes furigana on websites based on your WaniKani level"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FuriKani
ดาวน์โหลดไฟล์ส่วนขยาย FuriKani ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The simplest way to improve your Japanese reading experience if you are a WaniKani user. Supply the extension with a WaniKani API Token to automatically remove furigana on websites for any words you (should) know. Vocabulary is automatically synchronized with WaniKani whenever you level up. So if you keep doing your reviews and level up you should slowly see more and more of the furigana disappear from the web. This way you will be forced to read words you know from memory, while still allowing you to see the pronounciation of unknown vocabulary.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FuriKani |
ID | lbjenjfljjnlkbdfbgmgcnkfnddaeccl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/furikani/lbjenjfljjnlkbdfbgmgcnkfnddaeccl |
คำอธิบาย | Removes furigana on websites based on your WaniKani level |
ขนาดไฟล์ | 53.34 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 0.7 |
อัปเดตครั้งล่าสุด | 2022-04-02 |
วันที่เผยแพร่ | 2022-03-21 |
ผู้พัฒนา | Lauchmelder |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FuriKani", "description": "Removes furigana on websites based on your WaniKani level", "version": "0.7", "icons": { "16": "res\/icon16.png", "48": "res\/icon48.png", "128": "res\/icon128.png" }, "manifest_version": 2, "browser_action": { "default_popup": "src\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/content.js" ] } ], "background": { "scripts": [ "src\/background.js" ] }, "permissions": [ "storage" ] } |