WaniKani reading ability checker

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

ما هو WaniKani reading ability checker؟

WaniKani reading ability checker هو إضافة Chrome تم تطويرها بواسطة ondra.pohl، والميزة الرئيسية لها هي "This extension shows what WaniKani level you need to be to read the page you are currently viewing.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WaniKani reading ability checker

قم بتنزيل ملفات الامتداد WaniKani reading ability checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم WaniKani reading ability checker WaniKani reading ability checker
ID geilaheefnofbnocgibjjdeopmmipanc
عنوان URL الرسمي https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc
الوصف This extension shows what WaniKani level you need to be to read the page you are currently viewing.
حجم الملف 32.06 KB
عدد التثبيتات 102
النسخة الحالية 0.2.0
آخر تحديث 2023-01-03
تاريخ النشر 2015-10-28
تقييم 4.67/5 مجموع تقييمات 3
المطور ondra.pohl
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}