JLPT Map
Shows connections between words using the same kanji
什么是JLPT Map?
JLPT Map是由max.levy开发的Chrome扩展程序,该扩展的主要功能是“Shows connections between words using the same kanji”。
扩展截图
下载JLPT Map扩展crx文件
下载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"
} | |