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 |
官方網址 | 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" ] } |