Genki/WaniKani Kanji Highlighter

This extension helps you apply Kanji that you have learned.

Genki/WaniKani Kanji Highlighter란 무엇입니까?

Genki/WaniKani Kanji Highlighter은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps you apply Kanji that you have learned."입니다.

확장 프로그램 스크린샷

screenshot

Genki/WaniKani Kanji Highlighter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Conveniently highlights kanji on the currently viewed webpage based on two learning sources: WaniKani and Genki textbook series.  Red kanji will be learned in more than 5 levels/chapters, Yellow kanji will be learned in 5 levels/chapters or less, and Green kanji are already learned (the lighter green corresponds to kanji learned farther in the past).  Grey kanji do not appear in either learning source.

Automatically updates WaniKani level given your account's API key (can be found on WaniKani -> Settings -> Account).
Saves API key to local browser storage (so you only have to input it once).
Can be used for only a single learning source, simply disable Genki or do not enter an API key.                    

확장 프로그램 기본 정보

이름 Genki/WaniKani Kanji Highlighter Genki/WaniKani Kanji Highlighter
ID jbljbdlfhlckaiechkcpcdendkcojkhb
공식 URL https://chromewebstore.google.com/detail/genkiwanikani-kanji-highl/jbljbdlfhlckaiechkcpcdendkcojkhb
설명 This extension helps you apply Kanji that you have learned.
파일 크기 382 KB
설치 횟수 99
현재 버전 1.0.0
최근 업데이트 2017-05-09
출시 날짜 2017-05-09
평점 3.00/5 총 1 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genki\/WaniKani Kanji Highlighter",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.wanikani.com\/api\/*",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Menu",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.1.1.js",
                "highlighter.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "short_name": "Stop reading the furigana!",
    "description": "This extension helps you apply Kanji that you have learned.",
    "author": "Graham McAllister"
}