WaniKani reading ability checker

This extension shows what WaniKani level you need to be to read the page you are currently viewing.

WaniKani reading ability checker란 무엇입니까?

WaniKani reading ability checker은(는) ondra.pohl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows what WaniKani level you need to be to read the page you are currently viewing."입니다.

확장 프로그램 스크린샷

screenshot

WaniKani reading ability checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension shows what WaniKani level you need to be to read the page you are currently viewing.

How to use this extension:
1) Go to a webpage that contains Japanese characters (kanji).
2) (Optional) Make a selection of one or more kanji.
3) Click the extension icon.
4) A pop-up will display with a list of characters grouped by WaniKani level.                    

확장 프로그램 기본 정보

이름 WaniKani reading ability checker WaniKani reading ability checker
ID geilaheefnofbnocgibjjdeopmmipanc
공식 URL https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc
설명 This extension shows what WaniKani level you need to be to read the page you are currently viewing.
파일 크기 32.06 KB
설치 횟수 102
현재 버전 0.2.0
최근 업데이트 2023-01-03
출시 날짜 2015-10-28
평점 4.67/5 총 3 개의 평점
개발자 ondra.pohl
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WaniKani reading ability checker",
    "description": "This extension shows what WaniKani level you need to be to read the page you are currently viewing.",
    "version": "0.2.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}