JLPT Map

Shows connections between words using the same kanji

What is JLPT Map?

JLPT Map is a Chrome extension developed by max.levy, and its main feature is "Shows connections between words using the same kanji".

Extension Screenshots

screenshot

Download JLPT Map Extension CRX File

Download JLPT Map extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name JLPT Map JLPT Map
ID cjkhiifihimgbgofnjdcdpiejmgmoino
Official URL https://chromewebstore.google.com/detail/jlpt-map/cjkhiifihimgbgofnjdcdpiejmgmoino
Description Shows connections between words using the same kanji
File Size 941 KB
Installation Count 70
Current Version 0.5
Last Updated 2017-03-15
Publish Date 2017-03-15
Developer max.levy
Email [email protected]
Payment Type free
Supported Languages 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"
}