Kanji Inspector

Highlight and right click to find information about Kanji.

什么是Kanji Inspector?

Kanji Inspector是由Víctor Bernabé Pérez开发的Chrome扩展程序,该扩展的主要功能是“Highlight and right click to find information about Kanji.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Kanji Inspector扩展crx文件

下载Kanji Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Kanji Inspector Kanji Inspector
ID eblodmmcjlbmmnlolomphabooehpjfee
官方URL https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee
简介 Highlight and right click to find information about Kanji.
文件大小 12.11 KB
安装次数 79
当前版本 1.3.0
更新时间 2019-11-25
上架时间 2019-11-25
评分 4.00/5 共1次评分
开发者 Víctor Bernabé Pérez
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kanji-inspector.victorbp.site
支持的语言 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"
    }
}