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 |
官方網址 | 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" } |