Jisho Lookup

Look up Japanese words and kanji on jisho.org

What is Jisho Lookup?

Jisho Lookup is a Chrome extension developed by Mussin Benarbia, and its main feature is "Look up Japanese words and kanji on jisho.org".

Extension Screenshots

screenshot
screenshot
screenshot

Download Jisho Lookup Extension CRX File

Download Jisho Lookup 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

                        Jisho Lookup is a simple extension that allows you to easily look up any Japanese word or kanji on jisho.org, one of the best Japanese dictionaries available on the internet.

No more copy-pasting across pages.
Just select the word, right click on it and choose one of the available search options.
You can look up either entire words or single kanji.                    

Extension Basic Information

Name Jisho Lookup Jisho Lookup
ID khaccedcoiknbmhhjcalgaobbinhdhgh
Official URL https://chromewebstore.google.com/detail/jisho-lookup/khaccedcoiknbmhhjcalgaobbinhdhgh
Description Look up Japanese words and kanji on jisho.org
File Size 25.99 KB
Installation Count 35
Current Version 1.3
Last Updated 2021-02-22
Publish Date 2021-02-18
Developer Mussin Benarbia
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jisho Lookup",
    "manifest_version": 2,
    "version": "1.3",
    "description": "Look up Japanese words and kanji on jisho.org",
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}