JLPT Map

Shows connections between words using the same kanji

JLPT Mapคืออะไร?

JLPT Map เป็นส่วนขยายของ Chrome ที่พัฒนาโดย max.levy และคุณลักษณะหลักของมันคือ "Shows connections between words using the same kanji"

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

screenshot

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

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

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

                        The extension shows words (from the JLPT vocabulary) that "connected" to a given word - that is share the same kanji characters.

The idea is that such a map will help you to memorize how different Japanese words are spelled.                    

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

ชื่อ JLPT Map JLPT Map
ID cjkhiifihimgbgofnjdcdpiejmgmoino
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jlpt-map/cjkhiifihimgbgofnjdcdpiejmgmoino
คำอธิบาย Shows connections between words using the same kanji
ขนาดไฟล์ 941 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2017-03-15
วันที่เผยแพร่ 2017-03-15
ผู้พัฒนา max.levy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JLPT Map",
    "version": "0.5",
    "description": "Shows connections between words using the same kanji",
    "icons": {
        "16": "raku16.png",
        "32": "raku32.png",
        "48": "raku48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "views\/navigateKanji.html",
        "default_title": "Show selected JLPT word on a map"
    },
    "author": "Max Levy",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "background"
    ],
    "short_name": "JLPT-Map"
}