jisho-pitcher

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

Cos'è jisho-pitcher?

jisho-pitcher è un'estensione di Chrome sviluppata da fi-le, e la sua funzione principale è "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione jisho-pitcher

Scarica i file di estensione jisho-pitcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome jisho-pitcher jisho-pitcher
ID fgnpplmalkhmcilpgbngpmdgfnodknce
URL Ufficiale https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce
Descrizione Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
Dimensione del File 190 KB
Conteggio Installazioni 3,288
Versione Corrente 1.7
Ultimo Aggiornamento 2020-08-05
Data di Pubblicazione 2020-07-28
Valutazione 4.93/5 Totale 14 Valutazioni
Sviluppatore fi-le
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}