WaniKani Review Notifier
Displays a colored icon when reviews and lessons are ready on WaniKani
What is WaniKani Review Notifier?
WaniKani Review Notifier is a Chrome extension developed by Keavon Chambers, and its main feature is "Displays a colored icon when reviews and lessons are ready on WaniKani".
Extension Screenshots
Download WaniKani Review Notifier Extension CRX File
Download WaniKani Review Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | WaniKani Review Notifier |
ID | mfjkklapcdiemkobilehlmpkghchjkjp |
Official URL | https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp |
Description | Displays a colored icon when reviews and lessons are ready on WaniKani |
File Size | 94.25 KB |
Installation Count | 84 |
Current Version | 1.0.5 |
Last Updated | 2017-04-24 |
Publish Date | 2017-04-24 |
Rating | 4.44/5 Total 9 Ratings |
Developer | Keavon Chambers |
Payment Type | free |
Extension Website | https://github.com/Keavon/WaniKani-Notifier |
Supported Languages | 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\/*" ] } |