WaniKani reading ability checker
This extension shows what WaniKani level you need to be to read the page you are currently viewing.
Co je WaniKani reading ability checker?
WaniKani reading ability checker je rozšíření Chrome vyvinuté ondra.pohl, a jeho hlavní funkcí je „This extension shows what WaniKani level you need to be to read the page you are currently viewing.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WaniKani reading ability checker
Stáhněte si soubory rozšíření WaniKani reading ability checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | WaniKani reading ability checker |
ID | geilaheefnofbnocgibjjdeopmmipanc |
Oficiální URL | https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc |
Popis | This extension shows what WaniKani level you need to be to read the page you are currently viewing. |
Velikost souboru | 32.06 KB |
Počet instalací | 102 |
Aktuální Verze | 0.2.0 |
Poslední Aktualizace | 2023-01-03 |
Datum Vydání | 2015-10-28 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | ondra.pohl |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |