JLPT Map

Shows connections between words using the same kanji

JLPT Map là gì?

JLPT Map là một tiện ích mở rộng Chrome được phát triển bởi max.levy, và tính năng chính của nó là "Shows connections between words using the same kanji".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JLPT Map

Tải xuống các tệp mở rộng JLPT Map dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JLPT Map JLPT Map
ID cjkhiifihimgbgofnjdcdpiejmgmoino
URL Chính Thức https://chromewebstore.google.com/detail/jlpt-map/cjkhiifihimgbgofnjdcdpiejmgmoino
Mô tả Shows connections between words using the same kanji
Kích Thước Tệp 941 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2017-03-15
Ngày Phát Hành 2017-03-15
Nhà Phát Triển max.levy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}