jisho-pitcher

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

Qu'est-ce que jisho-pitcher ?

jisho-pitcher est une extension Chrome développée par fi-le, et sa fonction principale est "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension jisho-pitcher

Téléchargez les fichiers d'extension jisho-pitcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom jisho-pitcher jisho-pitcher
ID fgnpplmalkhmcilpgbngpmdgfnodknce
URL Officiel https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce
Description Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
Taille du Fichier 190 KB
Nombre d'Installations 3,288
Version Actuelle 1.7
Dernière Mise à Jour 2020-08-05
Date de Publication 2020-07-28
Évaluation 4.93/5 Total 14 Évaluations
Développeur fi-le
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}