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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}