Japanese Dictionary

Search in Japanese in Jisho just Select and Click!

Wat is Japanese Dictionary?

Japanese Dictionary is een Chrome-extensie ontwikkeld door yaoyaox023, en de belangrijkste functie is "Search in Japanese in Jisho just Select and Click!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Japanese Dictionary

Download Japanese Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Japanese Dictionary Japanese Dictionary
ID biaomnnlegcdbppjckegpakinnomadje
Officiële URL https://chromewebstore.google.com/detail/japanese-dictionary/biaomnnlegcdbppjckegpakinnomadje
Beschrijving Search in Japanese in Jisho just Select and Click!
Bestandsgrootte 1.34 MB
Aantal Installaties 50
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2020-05-27
Publicatiedatum 2020-05-27
Ontwikkelaar yaoyaox023
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}