Open in Jisho and Wanikani

Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.

什么是Open in Jisho and Wanikani?

Open in Jisho and Wanikani是由http://www.keithkennedy.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.”。

扩展截图

screenshot

下载Open in Jisho and Wanikani扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Open in Jisho and Wanikani Open in Jisho and Wanikani
ID hjiplodfnjbdkemmneipfpanhbloobpf
官方URL https://chrome.google.com/webstore/detail/open-in-jisho-and-wanikan/hjiplodfnjbdkemmneipfpanhbloobpf
简介 Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.
文件大小 72.34 KB
安装次数 164
当前版本 1.1
更新时间 2016-02-13
上架时间 2016-02-13
评分 5.00/5 共2次评分
开发者 http://www.keithkennedy.co.uk
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Jisho and Wanikani",
    "description": "Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.",
    "homepage_url": "https:\/\/keithkennedy.co.uk\/",
    "version": "1.1",
    "permissions": [
        "",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}