JLPT Map

Shows connections between words using the same kanji

Was ist JLPT Map?

JLPT Map ist eine Chrome-Erweiterung, die von max.levy entwickelt wurde, und ihr Hauptmerkmal ist "Shows connections between words using the same kanji".

Erweiterungsscreenshots

screenshot

JLPT Map-Erweiterungs-CRX-Datei herunterladen

Laden Sie JLPT Map-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name JLPT Map JLPT Map
ID cjkhiifihimgbgofnjdcdpiejmgmoino
Offizielle URL https://chromewebstore.google.com/detail/jlpt-map/cjkhiifihimgbgofnjdcdpiejmgmoino
Beschreibung Shows connections between words using the same kanji
Dateigröße 941 KB
Installationsanzahl 70
Aktuelle Version 0.5
Letztes Update 2017-03-15
Veröffentlichungsdatum 2017-03-15
Entwickler max.levy
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}