Jisho-OJAD
Add pitch accent display to Jisho
Wat is Jisho-OJAD?
Jisho-OJAD is een Chrome-extensie ontwikkeld door Itay Perl, en de belangrijkste functie is "Add pitch accent display to Jisho".
Extensie Screenshots
Download het CRX-bestand van de extensie Jisho-OJAD
Download Jisho-OJAD-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
Add pitch accent notation on Jisho.org.
Data is retrieved on the fly from the OJAD database (http://www.gavo.t.u-tokyo.ac.jp/ojad/). Basisinformatie over de Extensie
| Naam | |
| ID | dpaojegkimhndjkkgiaookhckojbmakd |
| Officiële URL | https://chromewebstore.google.com/detail/jisho-ojad/dpaojegkimhndjkkgiaookhckojbmakd |
| Beschrijving | Add pitch accent display to Jisho |
| Bestandsgrootte | 35.94 KB |
| Aantal Installaties | 1,341 |
| Huidige Versie | 1.10 |
| Laatst Bijgewerkt | 2023-10-02 |
| Publicatiedatum | 2019-08-14 |
| Beoordeling | 3.89/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Itay Perl |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/itayperl/jisho-ojad |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Jisho-OJAD",
"description": "Add pitch accent display to Jisho",
"version": "1.10",
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/jisho.org\/search\/*",
"*:\/\/www.jisho.org\/search\/*",
"*:\/\/jisho.org\/word\/*",
"*:\/\/www.jisho.org\/word\/*"
],
"js": [
"jquery.js",
"parse.js",
"content.js"
],
"css": [
"content.css"
]
}
],
"host_permissions": [
"https:\/\/www.gavo.t.u-tokyo.ac.jp\/"
]
} | |