WaniKani reading ability checker

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

Apa itu WaniKani reading ability checker?

WaniKani reading ability checker adalah ekstensi Chrome yang dikembangkan oleh ondra.pohl, dan fitur utamanya adalah "This extension shows what WaniKani level you need to be to read the page you are currently viewing.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WaniKani reading ability checker

Unduh file ekstensi WaniKani reading ability checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WaniKani reading ability checker WaniKani reading ability checker
ID geilaheefnofbnocgibjjdeopmmipanc
URL Resmi https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc
Deskripsi This extension shows what WaniKani level you need to be to read the page you are currently viewing.
Ukuran File 32.06 KB
Jumlah Instalasi 102
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2023-01-03
Tanggal Publikasi 2015-10-28
Penilaian 4.67/5 Total 3 Penilaian
Pengembang ondra.pohl
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}