jisho-pitcher
Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
Was ist jisho-pitcher?
jisho-pitcher ist eine Chrome-Erweiterung, die von fi-le entwickelt wurde, und ihr Hauptmerkmal ist "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org".
Erweiterungsscreenshots
jisho-pitcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie jisho-pitcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fgnpplmalkhmcilpgbngpmdgfnodknce |
| Offizielle URL | https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce |
| Beschreibung | Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org |
| Dateigröße | 190 KB |
| Installationsanzahl | 3,288 |
| Aktuelle Version | 1.7 |
| Letztes Update | 2020-08-05 |
| Veröffentlichungsdatum | 2020-07-28 |
| Bewertung | 4.93/5 Insgesamt 14 Bewertungen |
| Entwickler | fi-le |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |