FuriKani
Removes furigana on websites based on your WaniKani level
Was ist FuriKani?
FuriKani ist eine Chrome-Erweiterung, die von Lauchmelder entwickelt wurde, und ihr Hauptmerkmal ist "Removes furigana on websites based on your WaniKani level".
Erweiterungsscreenshots
FuriKani-Erweiterungs-CRX-Datei herunterladen
Laden Sie FuriKani-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | FuriKani |
ID | lbjenjfljjnlkbdfbgmgcnkfnddaeccl |
Offizielle URL | https://chromewebstore.google.com/detail/furikani/lbjenjfljjnlkbdfbgmgcnkfnddaeccl |
Beschreibung | Removes furigana on websites based on your WaniKani level |
Dateigröße | 53.34 KB |
Installationsanzahl | 70 |
Aktuelle Version | 0.7 |
Letztes Update | 2022-04-02 |
Veröffentlichungsdatum | 2022-03-21 |
Entwickler | Lauchmelder |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |