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 là gì?
WaniKani reading ability checker là một tiện ích mở rộng Chrome được phát triển bởi ondra.pohl, và tính năng chính của nó là "This extension shows what WaniKani level you need to be to read the page you are currently viewing.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WaniKani reading ability checker
Tải xuống các tệp mở rộng WaniKani reading ability checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WaniKani reading ability checker |
ID | geilaheefnofbnocgibjjdeopmmipanc |
URL Chính Thức | https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc |
Mô tả | This extension shows what WaniKani level you need to be to read the page you are currently viewing. |
Kích Thước Tệp | 32.06 KB |
Số Lần Cài Đặt | 102 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2023-01-03 |
Ngày Phát Hành | 2015-10-28 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ondra.pohl |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |