WaniKani Review Notifier
Displays a colored icon when reviews and lessons are ready on WaniKani
WaniKani Review Notifierとは何ですか?
WaniKani Review NotifierはKeavon Chambersによって開発されたChromeの拡張機能で、その主な機能は「Displays a colored icon when reviews and lessons are ready on WaniKani」です。
拡張機能のスクリーンショット
WaniKani Review Notifier拡張機能のCRXファイルをダウンロード
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\/*"
]
} | |