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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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