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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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! Основная информация о расширении
| Название | |
| 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\/*"
]
} | |