Jisho-OJAD

Add pitch accent display to Jisho

Apa itu Jisho-OJAD?

Jisho-OJAD adalah ekstensi Chrome yang dikembangkan oleh Itay Perl, dan fitur utamanya adalah "Add pitch accent display to Jisho".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Jisho-OJAD

Unduh file ekstensi Jisho-OJAD 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

                        Add pitch accent notation on Jisho.org.

Data is retrieved on the fly from the OJAD database (http://www.gavo.t.u-tokyo.ac.jp/ojad/).                    

Informasi Dasar Ekstensi

Nama Jisho-OJAD Jisho-OJAD
ID dpaojegkimhndjkkgiaookhckojbmakd
URL Resmi https://chromewebstore.google.com/detail/jisho-ojad/dpaojegkimhndjkkgiaookhckojbmakd
Deskripsi Add pitch accent display to Jisho
Ukuran File 35.94 KB
Jumlah Instalasi 1,341
Versi Saat Ini 1.10
Terakhir Diperbarui 2023-10-02
Tanggal Publikasi 2019-08-14
Penilaian 3.89/5 Total 9 Penilaian
Pengembang Itay Perl
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/itayperl/jisho-ojad
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jisho-OJAD",
    "description": "Add pitch accent display to Jisho",
    "version": "1.10",
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/jisho.org\/search\/*",
                "*:\/\/www.jisho.org\/search\/*",
                "*:\/\/jisho.org\/word\/*",
                "*:\/\/www.jisho.org\/word\/*"
            ],
            "js": [
                "jquery.js",
                "parse.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.gavo.t.u-tokyo.ac.jp\/"
    ]
}