WaniKani reading ability checker

This extension shows what WaniKani level you need to be to read the page you are currently viewing.

Wat is WaniKani reading ability checker?

WaniKani reading ability checker is een Chrome-extensie ontwikkeld door ondra.pohl, en de belangrijkste functie is "This extension shows what WaniKani level you need to be to read the page you are currently viewing.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WaniKani reading ability checker

Download WaniKani reading ability checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WaniKani reading ability checker WaniKani reading ability checker
ID geilaheefnofbnocgibjjdeopmmipanc
Officiële URL https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc
Beschrijving This extension shows what WaniKani level you need to be to read the page you are currently viewing.
Bestandsgrootte 32.06 KB
Aantal Installaties 102
Huidige Versie 0.2.0
Laatst Bijgewerkt 2023-01-03
Publicatiedatum 2015-10-28
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar ondra.pohl
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}