Jisho-OJAD
Add pitch accent display to Jisho
Qu'est-ce que Jisho-OJAD ?
Jisho-OJAD est une extension Chrome développée par Itay Perl, et sa fonction principale est "Add pitch accent display to Jisho".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jisho-OJAD
Téléchargez les fichiers d'extension Jisho-OJAD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/).
Informations de Base sur l'Extension
Nom | Jisho-OJAD |
ID | dpaojegkimhndjkkgiaookhckojbmakd |
URL Officiel | https://chromewebstore.google.com/detail/jisho-ojad/dpaojegkimhndjkkgiaookhckojbmakd |
Description | Add pitch accent display to Jisho |
Taille du Fichier | 35.94 KB |
Nombre d'Installations | 1,341 |
Version Actuelle | 1.10 |
Dernière Mise à Jour | 2023-10-02 |
Date de Publication | 2019-08-14 |
Évaluation | 3.89/5 Total 9 Évaluations |
Développeur | Itay Perl |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/itayperl/jisho-ojad |
Langues Prises en Charge | 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\/" ] } |