Open in Jisho and Wanikani

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

What is Open in Jisho and Wanikani?

Open in Jisho and Wanikani is a Chrome extension developed by http://www.keithkennedy.co.uk, and its main feature is "Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.".

Extension Screenshots

screenshot

Download Open in Jisho and Wanikani Extension CRX File

Download Open in Jisho and Wanikani extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Open in Jisho and Wanikani Open in Jisho and Wanikani
ID hjiplodfnjbdkemmneipfpanhbloobpf
Official URL https://chrome.google.com/webstore/detail/open-in-jisho-and-wanikan/hjiplodfnjbdkemmneipfpanhbloobpf
Description Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.
File Size 72.34 KB
Installation Count 164
Current Version 1.1
Last Updated 2016-02-13
Publish Date 2016-02-13
Rating 5.00/5 Total 2 Ratings
Developer http://www.keithkennedy.co.uk
Payment Type free
Supported Languages 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
}