Jisho-Forvo

Play pronunciation from Forvo in Jisho

What is Jisho-Forvo?

Jisho-Forvo is a Chrome extension developed by Itay Perl, and its main feature is "Play pronunciation from Forvo in Jisho".

Extension Screenshots

screenshot

Download Jisho-Forvo Extension CRX File

Download Jisho-Forvo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Add "Play on Forvo" link to search results on Jisho.org                    

Extension Basic Information

Name Jisho-Forvo Jisho-Forvo
ID ohkmhgplajfflajoffafhpdolpdcgeka
Official URL https://chromewebstore.google.com/detail/jisho-forvo/ohkmhgplajfflajoffafhpdolpdcgeka
Description Play pronunciation from Forvo in Jisho
File Size 34.21 KB
Installation Count 32
Current Version 1.2
Last Updated 2023-08-10
Publish Date 2019-09-29
Rating 5.00/5 Total 1 Ratings
Developer Itay Perl
Email [email protected]
Payment Type free
Extension Website https://github.com/itayperl/jisho-forvo
Supported Languages 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\/"
    ]
}