Wanikanify

A tool for reinforcing your WaniKani vocabulary

Wanikanifyคืออะไร?

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

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

screenshot
screenshot
screenshot

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

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

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

                        Take the kanji you've studied and inject them into the web! 

Wanikanify takes the vocabulary you've studied, 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 can find word 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 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?

Features:

 - Importing Google Spreadsheet Data
 - Custom Vocab Override
 - Google Chrome Sync
 - Audio                    

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

ชื่อ Wanikanify Wanikanify
ID dbnpfdbkecfgaffopefhalliecehhkhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wanikanify/dbnpfdbkecfgaffopefhalliecehhkhj
คำอธิบาย A tool for reinforcing your WaniKani vocabulary
ขนาดไฟล์ 261 KB
จำนวนการติดตั้ง 1,909
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2019-09-26
วันที่เผยแพร่ 2019-09-26
คะแนน 4.48/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา jose.e.falcon
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
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",
        "name": "Wanikanify"
    },
    "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",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}