WaniKani Review Notifier
Displays a colored icon when reviews and lessons are ready on WaniKani
WaniKani Review Notifier क्या है?
WaniKani Review Notifier Keavon Chambers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a colored icon when reviews and lessons are ready on WaniKani"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WaniKani Review Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |