WaniKani Review Notifier
Displays a colored icon when reviews and lessons are ready on WaniKani
Τι είναι το WaniKani Review Notifier;
Το WaniKani Review Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Keavon Chambers, και η κύρια λειτουργία του είναι "Displays a colored icon when reviews and lessons are ready on WaniKani".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WaniKani Review Notifier
Λήψη αρχείων επέκτασης WaniKani Review Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | WaniKani Review Notifier |
ID | mfjkklapcdiemkobilehlmpkghchjkjp |
Επίσημο URL | https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp |
Περιγραφή | Displays a colored icon when reviews and lessons are ready on WaniKani |
Μέγεθος Αρχείου | 94.25 KB |
Αριθμός Εγκαταστάσεων | 84 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2017-04-24 |
Ημερομηνία Δημοσίευσης | 2017-04-24 |
Αξιολόγηση | 4.44/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | Keavon Chambers |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Keavon/WaniKani-Notifier |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |