WaniKani Review Notifier

Displays a colored icon when reviews and lessons are ready on WaniKani

WaniKani Review Notifier là gì?

WaniKani Review Notifier là một tiện ích mở rộng Chrome được phát triển bởi Keavon Chambers, và tính năng chính của nó là "Displays a colored icon when reviews and lessons are ready on WaniKani".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WaniKani Review Notifier

Tải xuống các tệp mở rộng WaniKani Review Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WaniKani Review Notifier WaniKani Review Notifier
ID mfjkklapcdiemkobilehlmpkghchjkjp
URL Chính Thức https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp
Mô tả Displays a colored icon when reviews and lessons are ready on WaniKani
Kích Thước Tệp 94.25 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2017-04-24
Ngày Phát Hành 2017-04-24
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Keavon Chambers
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Keavon/WaniKani-Notifier
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}