Kanji Inspector

Highlight and right click to find information about Kanji.

Kanji Inspector là gì?

Kanji Inspector là một tiện ích mở rộng Chrome được phát triển bởi Víctor Bernabé Pérez, và tính năng chính của nó là "Highlight and right click to find information about Kanji.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Kanji Inspector 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

                        Search information about any Kanji on the web.

Highlight the Kanji, right click the selection and choose any of the websites availables in the "Kanji Inspector" context menu.                    

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

Tên Kanji Inspector Kanji Inspector
ID eblodmmcjlbmmnlolomphabooehpjfee
URL Chính Thức https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee
Mô tả Highlight and right click to find information about Kanji.
Kích Thước Tệp 12.11 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2019-11-25
Ngày Phát Hành 2019-11-25
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Víctor Bernabé Pérez
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kanji-inspector.victorbp.site
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kanji Inspector",
    "description": "Highlight and right click to find information about Kanji.",
    "version": "1.3.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "websites.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "instructions.html"
    },
    "icons": {
        "16": "images\/icon16x16.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    }
}