JLPT Map

Shows connections between words using the same kanji

JLPT Map क्या है?

JLPT Map max.levy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows connections between words using the same kanji"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JLPT Map एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}