JLPT Map
Shows connections between words using the same kanji
Co to jest JLPT Map?
JLPT Map to rozszerzenie Chrome opracowane przez max.levy, a jego główną funkcją jest „Shows connections between words using the same kanji”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JLPT Map
Pobierz pliki rozszerzeń JLPT Map w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cjkhiifihimgbgofnjdcdpiejmgmoino |
| Oficjalny URL | https://chromewebstore.google.com/detail/jlpt-map/cjkhiifihimgbgofnjdcdpiejmgmoino |
| Opis | Shows connections between words using the same kanji |
| Rozmiar pliku | 941 KB |
| Liczba instalacji | 70 |
| Aktualna Wersja | 0.5 |
| Ostatnia Aktualizacja | 2017-03-15 |
| Data Publikacji | 2017-03-15 |
| Deweloper | max.levy |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |