jisho-pitcher

Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org

Hvad er jisho-pitcher?

jisho-pitcher er en Chrome-udvidelse udviklet af fi-le, og dens hovedfunktion er "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org".

Udvidelsesskærmbilleder

screenshot

Download jisho-pitcher-udvidelses-CRX-fil

Download jisho-pitcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The add-on currently uses pitch accent information from the Japanese-German dictionary wadoku and from the kanjium dataset. The data is already packaged in the add-on, so there will be no additional stress on the internet connection.                    

Grundlæggende oplysninger om udvidelsen

Navn jisho-pitcher jisho-pitcher
ID fgnpplmalkhmcilpgbngpmdgfnodknce
Officiel URL https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce
Beskrivelse Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
Filstørrelse 190 KB
Antal Installationer 3,288
Nuværende Version 1.7
Senest Opdateret 2020-08-05
Udgivelsesdato 2020-07-28
Bedømmelse 4.93/5 Samlet 14 Bedømmelser
Udvikler fi-le
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jisho-pitcher",
    "version": "1.7",
    "description": "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org",
    "icons": {
        "48": "icons\/border-48.png",
        "96": "icons\/border-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jisho.org\/*"
            ],
            "js": [
                "jisho_pitcher.js"
            ]
        }
    ]
}