FuriKani
Removes furigana on websites based on your WaniKani level
什麼是FuriKani?
FuriKani是由Lauchmelder開發的Chrome擴展程式,該擴展的主要功能是“Removes furigana on websites based on your WaniKani level”。
擴展截圖
下載FuriKani擴展crx文件
下載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 |
官方網址 | 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" ] } |