FuriKani
Removes furigana on websites based on your WaniKani level
Qu'est-ce que FuriKani ?
FuriKani est une extension Chrome développée par Lauchmelder, et sa fonction principale est "Removes furigana on websites based on your WaniKani level".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FuriKani
Téléchargez les fichiers d'extension FuriKani au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | FuriKani |
ID | lbjenjfljjnlkbdfbgmgcnkfnddaeccl |
URL Officiel | https://chromewebstore.google.com/detail/furikani/lbjenjfljjnlkbdfbgmgcnkfnddaeccl |
Description | Removes furigana on websites based on your WaniKani level |
Taille du Fichier | 53.34 KB |
Nombre d'Installations | 70 |
Version Actuelle | 0.7 |
Dernière Mise à Jour | 2022-04-02 |
Date de Publication | 2022-03-21 |
Développeur | Lauchmelder |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |