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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |