WaniKani Review Notifier
Displays a colored icon when reviews and lessons are ready on WaniKani
Cos'è WaniKani Review Notifier?
WaniKani Review Notifier è un'estensione di Chrome sviluppata da Keavon Chambers, e la sua funzione principale è "Displays a colored icon when reviews and lessons are ready on WaniKani".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WaniKani Review Notifier
Scarica i file di estensione WaniKani Review Notifier 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
Get a colored notification icon in Chrome when you have radicals, kanji, or vocabulary to review or learn in WaniKani. This extension adds a small, non-intrusive icon to the right of the address bar which turns red when reviews are ready and orange when lessons are available. A minimum number of reviews can also be set before the icon turns red. Open-source at https://github.com/Keavon/WaniKani-Notifier Pull requests are welcome!
Informazioni di Base sull'Estensione
Nome | WaniKani Review Notifier |
ID | mfjkklapcdiemkobilehlmpkghchjkjp |
URL Ufficiale | https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp |
Descrizione | Displays a colored icon when reviews and lessons are ready on WaniKani |
Dimensione del File | 94.25 KB |
Conteggio Installazioni | 84 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2017-04-24 |
Data di Pubblicazione | 2017-04-24 |
Valutazione | 4.44/5 Totale 9 Valutazioni |
Sviluppatore | Keavon Chambers |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Keavon/WaniKani-Notifier |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WaniKani Review Notifier", "version": "1.0.5", "options_page": "options.html", "description": "Displays a colored icon when reviews and lessons are ready on WaniKani", "icons": { "128": "icons\/red.png" }, "browser_action": { "default_icon": { "128": "icons\/grey.png" } }, "author": "Keavon Chambers", "background": { "scripts": [ "wanikani.js" ] }, "permissions": [ "background", "storage", "https:\/\/www.wanikani.com\/api\/*" ] } |