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文件

下载WaniKani reading ability checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}