Jisho-Forvo

Play pronunciation from Forvo in Jisho

Apa itu Jisho-Forvo?

Jisho-Forvo adalah ekstensi Chrome yang dikembangkan oleh Itay Perl, dan fitur utamanya adalah "Play pronunciation from Forvo in Jisho".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Jisho-Forvo

Unduh file ekstensi Jisho-Forvo 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 "Play on Forvo" link to search results on Jisho.org                    

Informasi Dasar Ekstensi

Nama Jisho-Forvo Jisho-Forvo
ID ohkmhgplajfflajoffafhpdolpdcgeka
URL Resmi https://chromewebstore.google.com/detail/jisho-forvo/ohkmhgplajfflajoffafhpdolpdcgeka
Deskripsi Play pronunciation from Forvo in Jisho
Ukuran File 34.21 KB
Jumlah Instalasi 32
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-08-10
Tanggal Publikasi 2019-09-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Itay Perl
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/itayperl/jisho-forvo
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jisho-Forvo",
    "description": "Play pronunciation from Forvo in Jisho",
    "version": "1.2",
    "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",
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/forvo.com\/",
        "https:\/\/audio00.forvo.com\/"
    ]
}