Jisho-Forvo
Play pronunciation from Forvo in Jisho
Vad är Jisho-Forvo?
Jisho-Forvo är en Chrome-tillägg utvecklad av Itay Perl, och dess huvudfunktion är "Play pronunciation from Forvo in Jisho".
Tilläggsskärmbilder
Ladda ner Jisho-Forvo-förlängningens CRX-fil
Ladda ner Jisho-Forvo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Add "Play on Forvo" link to search results on Jisho.org                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ohkmhgplajfflajoffafhpdolpdcgeka | 
| Officiell webbadress | https://chromewebstore.google.com/detail/jisho-forvo/ohkmhgplajfflajoffafhpdolpdcgeka | 
| Beskrivning | Play pronunciation from Forvo in Jisho | 
| Filstorlek | 34.21 KB | 
| Antal Installationer | 32 | 
| Aktuell Version | 1.2 | 
| Senast Uppdaterad | 2023-08-10 | 
| Publiceringsdatum | 2019-09-29 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | Itay Perl | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/itayperl/jisho-forvo | 
| Stödda Språk | 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\/"
    ]
}  |  |