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.

Apa itu Japanese Lookup?

Japanese Lookup adalah ekstensi Chrome yang dikembangkan oleh kikoogay, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Japanese Lookup

Unduh file ekstensi Japanese Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Japanese Lookup Japanese Lookup
ID nbhllkgiacahnliofkgimjndkgbhfibf
URL Resmi https://chrome.google.com/webstore/detail/japanese-lookup/nbhllkgiacahnliofkgimjndkgbhfibf
Deskripsi 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.
Ukuran File 12.91 KB
Jumlah Instalasi 262
Versi Saat Ini 0.83
Terakhir Diperbarui 2015-09-15
Tanggal Publikasi 2015-09-15
Penilaian 3.78/5 Total 9 Penilaian
Pengembang kikoogay
Tipe Pembayaran free
Bahasa yang Didukung 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"
}