WaniKani reading ability checker

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

¿Qué es WaniKani reading ability checker?

WaniKani reading ability checker es una extensión de Chrome desarrollada por ondra.pohl, y su función principal es "This extension shows what WaniKani level you need to be to read the page you are currently viewing.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WaniKani reading ability checker

Descarga archivos de extensión WaniKani reading ability checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre WaniKani reading ability checker WaniKani reading ability checker
ID geilaheefnofbnocgibjjdeopmmipanc
URL Oficial https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc
Descripción This extension shows what WaniKani level you need to be to read the page you are currently viewing.
Tamaño del Archivo 32.06 KB
Cantidad de Instalaciones 102
Versión Actual 0.2.0
Última Actualización 2023-01-03
Fecha de Publicación 2015-10-28
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador ondra.pohl
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}