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.
拡張機能の基本情報
名前 | JLPT Map |
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 |
Eメール | [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" } |