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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
    ]
}