JLPT Map
Shows connections between words using the same kanji
Wat is JLPT Map?
JLPT Map is een Chrome-extensie ontwikkeld door max.levy, en de belangrijkste functie is "Shows connections between words using the same kanji".
Extensie Screenshots
Download het CRX-bestand van de extensie JLPT Map
Download JLPT Map-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cjkhiifihimgbgofnjdcdpiejmgmoino |
| Officiële URL | https://chromewebstore.google.com/detail/jlpt-map/cjkhiifihimgbgofnjdcdpiejmgmoino |
| Beschrijving | Shows connections between words using the same kanji |
| Bestandsgrootte | 941 KB |
| Aantal Installaties | 70 |
| Huidige Versie | 0.5 |
| Laatst Bijgewerkt | 2017-03-15 |
| Publicatiedatum | 2017-03-15 |
| Ontwikkelaar | max.levy |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |