FuriKani
Removes furigana on websites based on your WaniKani level
Cos'è FuriKani?
FuriKani è un'estensione di Chrome sviluppata da Lauchmelder, e la sua funzione principale è "Removes furigana on websites based on your WaniKani level".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FuriKani
Scarica i file di estensione FuriKani in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | FuriKani |
ID | lbjenjfljjnlkbdfbgmgcnkfnddaeccl |
URL Ufficiale | https://chromewebstore.google.com/detail/furikani/lbjenjfljjnlkbdfbgmgcnkfnddaeccl |
Descrizione | Removes furigana on websites based on your WaniKani level |
Dimensione del File | 53.34 KB |
Conteggio Installazioni | 70 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2022-04-02 |
Data di Pubblicazione | 2022-03-21 |
Sviluppatore | Lauchmelder |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |