jisho-pitcher
Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
Co to jest jisho-pitcher?
jisho-pitcher to rozszerzenie Chrome opracowane przez fi-le, a jego główną funkcją jest „Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia jisho-pitcher
Pobierz pliki rozszerzeń jisho-pitcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fgnpplmalkhmcilpgbngpmdgfnodknce |
| Oficjalny URL | https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce |
| Opis | Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org |
| Rozmiar pliku | 190 KB |
| Liczba instalacji | 3,288 |
| Aktualna Wersja | 1.7 |
| Ostatnia Aktualizacja | 2020-08-05 |
| Data Publikacji | 2020-07-28 |
| Ocena | 4.93/5 Łącznie 14 Oceny |
| Deweloper | fi-le |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |