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”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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!                    

扩展基本信息

名称 WaniKani Review Notifier 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\/*"
    ]
}