Japanese Lookup

Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.

Cos'è Japanese Lookup?

Japanese Lookup è un'estensione di Chrome sviluppata da kikoogay, e la sua funzione principale è "Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Japanese Lookup

Scarica i file di estensione Japanese 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

                        Adds an option in the contextual menu to look up a kanji or a compound word in Japanese.

It's horrible, it could almost be useful.                    

Informazioni di Base sull'Estensione

Nome Japanese Lookup Japanese Lookup
ID nbhllkgiacahnliofkgimjndkgbhfibf
URL Ufficiale https://chrome.google.com/webstore/detail/japanese-lookup/nbhllkgiacahnliofkgimjndkgbhfibf
Descrizione Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.
Dimensione del File 12.91 KB
Conteggio Installazioni 262
Versione Corrente 0.83
Ultimo Aggiornamento 2015-09-15
Data di Pubblicazione 2015-09-15
Valutazione 3.78/5 Totale 9 Valutazioni
Sviluppatore kikoogay
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "realdeal.js"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "name": "Japanese Lookup",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "0.83"
}