JLPT Map
Shows connections between words using the same kanji
Что такое JLPT Map?
JLPT Map - это расширение Chrome, разработанное max.levy, и его основная функция - "Shows connections between words using the same kanji".
Снимки экрана расширения
Скачать файл CRX расширения JLPT Map
Скачайте файлы расширений JLPT Map в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | cjkhiifihimgbgofnjdcdpiejmgmoino |
| Официальный URL | https://chromewebstore.google.com/detail/jlpt-map/cjkhiifihimgbgofnjdcdpiejmgmoino |
| Описание | Shows connections between words using the same kanji |
| Размер файла | 941 KB |
| Количество установок | 70 |
| Текущая Версия | 0.5 |
| Последнее Обновление | 2017-03-15 |
| Дата публикации | 2017-03-15 |
| Разработчик | max.levy |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
} | |