WaniKani reading ability checker

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

Cos'è WaniKani reading ability checker?

WaniKani reading ability checker è un'estensione di Chrome sviluppata da ondra.pohl, e la sua funzione principale è "This extension shows what WaniKani level you need to be to read the page you are currently viewing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WaniKani reading ability checker

Scarica i file di estensione WaniKani reading ability checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WaniKani reading ability checker WaniKani reading ability checker
ID geilaheefnofbnocgibjjdeopmmipanc
URL Ufficiale https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc
Descrizione This extension shows what WaniKani level you need to be to read the page you are currently viewing.
Dimensione del File 32.06 KB
Conteggio Installazioni 102
Versione Corrente 0.2.0
Ultimo Aggiornamento 2023-01-03
Data di Pubblicazione 2015-10-28
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore ondra.pohl
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}