Japanese Dictionary

Search in Japanese in Jisho just Select and Click!

Qu'est-ce que Japanese Dictionary ?

Japanese Dictionary est une extension Chrome développée par yaoyaox023, et sa fonction principale est "Search in Japanese in Jisho just Select and Click!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Japanese Dictionary

Téléchargez les fichiers d'extension Japanese Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Japanese Dictionary Japanese Dictionary
ID biaomnnlegcdbppjckegpakinnomadje
URL Officiel https://chromewebstore.google.com/detail/japanese-dictionary/biaomnnlegcdbppjckegpakinnomadje
Description Search in Japanese in Jisho just Select and Click!
Taille du Fichier 1.34 MB
Nombre d'Installations 50
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2020-05-27
Date de Publication 2020-05-27
Développeur yaoyaox023
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}