Jisho-Forvo
Play pronunciation from Forvo in Jisho
Wat is Jisho-Forvo?
Jisho-Forvo is een Chrome-extensie ontwikkeld door Itay Perl, en de belangrijkste functie is "Play pronunciation from Forvo in Jisho".
Extensie Screenshots
Download het CRX-bestand van de extensie Jisho-Forvo
Download Jisho-Forvo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Add "Play on Forvo" link to search results on Jisho.org                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ohkmhgplajfflajoffafhpdolpdcgeka | 
| Officiële URL | https://chromewebstore.google.com/detail/jisho-forvo/ohkmhgplajfflajoffafhpdolpdcgeka | 
| Beschrijving | Play pronunciation from Forvo in Jisho | 
| Bestandsgrootte | 34.21 KB | 
| Aantal Installaties | 32 | 
| Huidige Versie | 1.2 | 
| Laatst Bijgewerkt | 2023-08-10 | 
| Publicatiedatum | 2019-09-29 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Itay Perl | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/itayperl/jisho-forvo | 
| Ondersteunde Talen | 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\/"
    ]
}  |  |