JLPT Map
Shows connections between words using the same kanji
Cos'è JLPT Map?
JLPT Map è un'estensione di Chrome sviluppata da max.levy, e la sua funzione principale è "Shows connections between words using the same kanji".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JLPT Map
Scarica i file di estensione JLPT Map in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | cjkhiifihimgbgofnjdcdpiejmgmoino |
| URL Ufficiale | https://chromewebstore.google.com/detail/jlpt-map/cjkhiifihimgbgofnjdcdpiejmgmoino |
| Descrizione | Shows connections between words using the same kanji |
| Dimensione del File | 941 KB |
| Conteggio Installazioni | 70 |
| Versione Corrente | 0.5 |
| Ultimo Aggiornamento | 2017-03-15 |
| Data di Pubblicazione | 2017-03-15 |
| Sviluppatore | max.levy |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |