WaniKani reading ability checker
This extension shows what WaniKani level you need to be to read the page you are currently viewing.
What is WaniKani reading ability checker?
WaniKani reading ability checker is a Chrome extension developed by ondra.pohl, and its main feature is "This extension shows what WaniKani level you need to be to read the page you are currently viewing.".
Extension Screenshots
Download WaniKani reading ability checker Extension CRX File
Download WaniKani reading ability checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WaniKani reading ability checker |
ID | geilaheefnofbnocgibjjdeopmmipanc |
Official URL | https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc |
Description | This extension shows what WaniKani level you need to be to read the page you are currently viewing. |
File Size | 32.06 KB |
Installation Count | 102 |
Current Version | 0.2.0 |
Last Updated | 2023-01-03 |
Publish Date | 2015-10-28 |
Rating | 4.67/5 Total 3 Ratings |
Developer | ondra.pohl |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |