Japanese Dictionary

Search in Japanese in Jisho just Select and Click!

What is Japanese Dictionary?

Japanese Dictionary is a Chrome extension developed by yaoyaox023, and its main feature is "Search in Japanese in Jisho just Select and Click!".

Extension Screenshots

screenshot
screenshot

Download Japanese Dictionary Extension CRX File

Download Japanese Dictionary 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

                        This is a helper extension for searching in jisho.org.

Usage: just select words or text and hit the jisho logo.

Note that this is not an official extension from jisho.org.

I am a Japanese learner and have been using jisho constantly for a couple of months.

I developed this tool for myself first and I wish this could be of use to you now.                    

Extension Basic Information

Name Japanese Dictionary Japanese Dictionary
ID biaomnnlegcdbppjckegpakinnomadje
Official URL https://chromewebstore.google.com/detail/japanese-dictionary/biaomnnlegcdbppjckegpakinnomadje
Description Search in Japanese in Jisho just Select and Click!
File Size 1.34 MB
Installation Count 50
Current Version 0.0.0.3
Last Updated 2020-05-27
Publish Date 2020-05-27
Developer yaoyaox023
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Japanese Dictionary",
    "author": "libing",
    "version": "0.0.0.3",
    "description": "Search in Japanese in Jisho just Select and Click!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "res\/jp2chn.json"
    ],
    "icons": {
        "16": "images\/jisho-16.png",
        "32": "images\/jisho-32.png",
        "48": "images\/jisho-48.png",
        "128": "images\/jisho-128.png"
    }
}