WaniKanify 2.0

A tool for reinforcing your WaniKani vocabulary.

WaniKanify 2.0คืออะไร?

WaniKanify 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ThePieMonster และคุณลักษณะหลักของมันคือ "A tool for reinforcing your WaniKani vocabulary."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WaniKanify 2.0

ดาวน์โหลดไฟล์ส่วนขยาย WaniKanify 2.0 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        WaniKanify 2.0 takes the vocabulary you've studied on WaniKani, finds the English word on a webpage and substitutes the kanji character. As you learn more kanji, your webpages begin to fill up with kanji! WaniKanify 2.0 can find words anywhere on a webpage and replace it for kanji characters. It is a great utility for practicing and recalling vocabulary you may have forgotten.

To get started, install the extension, and go to the options page. Add your public WaniKani API key, which can be found on the WaniKani website, and hit save.

Navigate to your favorite webpages, hit the Crabigator and read as normal. As you read, you'll come across kanji characters you should know. Do you remember what the mean? How to pronounce them?

You can test the extension out by installing the Chrome Extension and viewing this simple pastebin page:
https://pastebin.com/raw/9hDg3y6A

Have a suggestion, want to contribute, or found an issue? 
View the GitHub project for WaniKani 2.0 here:
https://github.com/ThePieMonster/WaniKanify-2.0                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WaniKanify 2.0 WaniKanify 2.0
ID mgnblnbdmneollbncamkogcpgpjgekpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wanikanify-20/mgnblnbdmneollbncamkogcpgpjgekpf
คำอธิบาย A tool for reinforcing your WaniKani vocabulary.
ขนาดไฟล์ 272 KB
จำนวนการติดตั้ง 1,108
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2021-04-28
วันที่เผยแพร่ 2021-03-15
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา ThePieMonster
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "WaniKanify 2.0",
        "name": "WaniKanify 2.0"
    },
    "description": "A tool for reinforcing your WaniKani vocabulary.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "WaniKanify 2.0",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.5"
}