WaniKani reading ability checker

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

O que é WaniKani reading ability checker?

WaniKani reading ability checker é uma extensão do Chrome desenvolvida por ondra.pohl, e sua principal característica é "This extension shows what WaniKani level you need to be to read the page you are currently viewing.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WaniKani reading ability checker

Baixe arquivos de extensão WaniKani reading ability checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WaniKani reading ability checker WaniKani reading ability checker
ID geilaheefnofbnocgibjjdeopmmipanc
URL Oficial https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc
Descrição This extension shows what WaniKani level you need to be to read the page you are currently viewing.
Tamanho do Arquivo 32.06 KB
Contagem de Instalações 102
Versão Atual 0.2.0
Última Atualização 2023-01-03
Data de Publicação 2015-10-28
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor ondra.pohl
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}