Japanese Dictionary

Search in Japanese in Jisho just Select and Click!

O que é Japanese Dictionary?

Japanese Dictionary é uma extensão do Chrome desenvolvida por yaoyaox023, e sua principal característica é "Search in Japanese in Jisho just Select and Click!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Japanese Dictionary

Baixe arquivos de extensão Japanese Dictionary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Japanese Dictionary Japanese Dictionary
ID biaomnnlegcdbppjckegpakinnomadje
URL Oficial https://chromewebstore.google.com/detail/japanese-dictionary/biaomnnlegcdbppjckegpakinnomadje
Descrição Search in Japanese in Jisho just Select and Click!
Tamanho do Arquivo 1.34 MB
Contagem de Instalações 50
Versão Atual 0.0.0.3
Última Atualização 2020-05-27
Data de Publicação 2020-05-27
Desenvolvedor yaoyaox023
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}