WaniKani Review Notifier
Displays a colored icon when reviews and lessons are ready on WaniKani
Was ist WaniKani Review Notifier?
WaniKani Review Notifier ist eine Chrome-Erweiterung, die von Keavon Chambers entwickelt wurde, und ihr Hauptmerkmal ist "Displays a colored icon when reviews and lessons are ready on WaniKani".
Erweiterungsscreenshots
WaniKani Review Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie WaniKani Review Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mfjkklapcdiemkobilehlmpkghchjkjp |
| Offizielle URL | https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp |
| Beschreibung | Displays a colored icon when reviews and lessons are ready on WaniKani |
| Dateigröße | 94.25 KB |
| Installationsanzahl | 84 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2017-04-24 |
| Veröffentlichungsdatum | 2017-04-24 |
| Bewertung | 4.44/5 Insgesamt 9 Bewertungen |
| Entwickler | Keavon Chambers |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Keavon/WaniKani-Notifier |
| Unterstützte Sprachen | 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\/*"
]
} | |