jisho-pitcher

Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org

Apa itu jisho-pitcher?

jisho-pitcher adalah ekstensi Chrome yang dikembangkan oleh fi-le, dan fitur utamanya adalah "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi jisho-pitcher

Unduh file ekstensi jisho-pitcher 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

                        The add-on currently uses pitch accent information from the Japanese-German dictionary wadoku and from the kanjium dataset. The data is already packaged in the add-on, so there will be no additional stress on the internet connection.                    

Informasi Dasar Ekstensi

Nama jisho-pitcher jisho-pitcher
ID fgnpplmalkhmcilpgbngpmdgfnodknce
URL Resmi https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce
Deskripsi Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
Ukuran File 190 KB
Jumlah Instalasi 3,288
Versi Saat Ini 1.7
Terakhir Diperbarui 2020-08-05
Tanggal Publikasi 2020-07-28
Penilaian 4.93/5 Total 14 Penilaian
Pengembang fi-le
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jisho-pitcher",
    "version": "1.7",
    "description": "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org",
    "icons": {
        "48": "icons\/border-48.png",
        "96": "icons\/border-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jisho.org\/*"
            ],
            "js": [
                "jisho_pitcher.js"
            ]
        }
    ]
}