WaniKani reading ability checker

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

Co to jest WaniKani reading ability checker?

WaniKani reading ability checker to rozszerzenie Chrome opracowane przez ondra.pohl, a jego główną funkcją jest „This extension shows what WaniKani level you need to be to read the page you are currently viewing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WaniKani reading ability checker

Pobierz pliki rozszerzeń WaniKani reading ability checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WaniKani reading ability checker WaniKani reading ability checker
ID geilaheefnofbnocgibjjdeopmmipanc
Oficjalny URL https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc
Opis This extension shows what WaniKani level you need to be to read the page you are currently viewing.
Rozmiar pliku 32.06 KB
Liczba instalacji 102
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2023-01-03
Data Publikacji 2015-10-28
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper ondra.pohl
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}