Jisho Lookup

Look up Japanese words and kanji on jisho.org

Cos'è Jisho Lookup?

Jisho Lookup è un'estensione di Chrome sviluppata da Mussin Benarbia, e la sua funzione principale è "Look up Japanese words and kanji on jisho.org".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Jisho Lookup

Scarica i file di estensione Jisho Lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Jisho Lookup is a simple extension that allows you to easily look up any Japanese word or kanji on jisho.org, one of the best Japanese dictionaries available on the internet.

No more copy-pasting across pages.
Just select the word, right click on it and choose one of the available search options.
You can look up either entire words or single kanji.                    

Informazioni di Base sull'Estensione

Nome Jisho Lookup Jisho Lookup
ID khaccedcoiknbmhhjcalgaobbinhdhgh
URL Ufficiale https://chromewebstore.google.com/detail/jisho-lookup/khaccedcoiknbmhhjcalgaobbinhdhgh
Descrizione Look up Japanese words and kanji on jisho.org
Dimensione del File 25.99 KB
Conteggio Installazioni 35
Versione Corrente 1.3
Ultimo Aggiornamento 2021-02-22
Data di Pubblicazione 2021-02-18
Sviluppatore Mussin Benarbia
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jisho Lookup",
    "manifest_version": 2,
    "version": "1.3",
    "description": "Look up Japanese words and kanji on jisho.org",
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}