jisho-pitcher
Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
Vad är jisho-pitcher?
jisho-pitcher är en Chrome-tillägg utvecklad av fi-le, och dess huvudfunktion är "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org".
Tilläggsskärmbilder
Ladda ner jisho-pitcher-förlängningens CRX-fil
Ladda ner jisho-pitcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | fgnpplmalkhmcilpgbngpmdgfnodknce |
| Officiell webbadress | https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce |
| Beskrivning | Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org |
| Filstorlek | 190 KB |
| Antal Installationer | 3,288 |
| Aktuell Version | 1.7 |
| Senast Uppdaterad | 2020-08-05 |
| Publiceringsdatum | 2020-07-28 |
| Betyg | 4.93/5 Totalt 14 Betyg |
| Utvecklare | fi-le |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |