Japanese Dictionary

Search in Japanese in Jisho just Select and Click!

¿Qué es Japanese Dictionary?

Japanese Dictionary es una extensión de Chrome desarrollada por yaoyaox023, y su función principal es "Search in Japanese in Jisho just Select and Click!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Japanese Dictionary

Descarga archivos de extensión Japanese Dictionary en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Japanese Dictionary Japanese Dictionary
ID biaomnnlegcdbppjckegpakinnomadje
URL Oficial https://chromewebstore.google.com/detail/japanese-dictionary/biaomnnlegcdbppjckegpakinnomadje
Descripción Search in Japanese in Jisho just Select and Click!
Tamaño del Archivo 1.34 MB
Cantidad de Instalaciones 50
Versión Actual 0.0.0.3
Última Actualización 2020-05-27
Fecha de Publicación 2020-05-27
Desarrollador yaoyaox023
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}