WaniKani Review Notifier
Displays a colored icon when reviews and lessons are ready on WaniKani
Co to jest WaniKani Review Notifier?
WaniKani Review Notifier to rozszerzenie Chrome opracowane przez Keavon Chambers, a jego główną funkcją jest „Displays a colored icon when reviews and lessons are ready on WaniKani”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WaniKani Review Notifier
Pobierz pliki rozszerzeń WaniKani Review Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | WaniKani Review Notifier |
ID | mfjkklapcdiemkobilehlmpkghchjkjp |
Oficjalny URL | https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp |
Opis | Displays a colored icon when reviews and lessons are ready on WaniKani |
Rozmiar pliku | 94.25 KB |
Liczba instalacji | 84 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2017-04-24 |
Data Publikacji | 2017-04-24 |
Ocena | 4.44/5 Łącznie 9 Oceny |
Deweloper | Keavon Chambers |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Keavon/WaniKani-Notifier |
Obsługiwane Języki | 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\/*" ] } |