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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |