jisho-pitcher
Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
Wat is jisho-pitcher?
jisho-pitcher is een Chrome-extensie ontwikkeld door fi-le, en de belangrijkste functie is "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org".
Extensie Screenshots
Download het CRX-bestand van de extensie jisho-pitcher
Download jisho-pitcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fgnpplmalkhmcilpgbngpmdgfnodknce |
| Officiële URL | https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce |
| Beschrijving | Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org |
| Bestandsgrootte | 190 KB |
| Aantal Installaties | 3,288 |
| Huidige Versie | 1.7 |
| Laatst Bijgewerkt | 2020-08-05 |
| Publicatiedatum | 2020-07-28 |
| Beoordeling | 4.93/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | fi-le |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |