WaniKani Review Notifier
Displays a colored icon when reviews and lessons are ready on WaniKani
Qu'est-ce que WaniKani Review Notifier ?
WaniKani Review Notifier est une extension Chrome développée par Keavon Chambers, et sa fonction principale est "Displays a colored icon when reviews and lessons are ready on WaniKani".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WaniKani Review Notifier
Téléchargez les fichiers d'extension WaniKani Review Notifier 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
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!
Informations de Base sur l'Extension
Nom | WaniKani Review Notifier |
ID | mfjkklapcdiemkobilehlmpkghchjkjp |
URL Officiel | https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp |
Description | Displays a colored icon when reviews and lessons are ready on WaniKani |
Taille du Fichier | 94.25 KB |
Nombre d'Installations | 84 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2017-04-24 |
Date de Publication | 2017-04-24 |
Évaluation | 4.44/5 Total 9 Évaluations |
Développeur | Keavon Chambers |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Keavon/WaniKani-Notifier |
Langues Prises en Charge | 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\/*" ] } |