Jisho-OJAD
Add pitch accent display to Jisho
What is Jisho-OJAD?
Jisho-OJAD is a Chrome extension developed by Itay Perl, and its main feature is "Add pitch accent display to Jisho".
Extension Screenshots
Download Jisho-OJAD Extension CRX File
Download Jisho-OJAD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/).
Extension Basic Information
Name | Jisho-OJAD |
ID | dpaojegkimhndjkkgiaookhckojbmakd |
Official URL | https://chromewebstore.google.com/detail/jisho-ojad/dpaojegkimhndjkkgiaookhckojbmakd |
Description | Add pitch accent display to Jisho |
File Size | 35.94 KB |
Installation Count | 1,341 |
Current Version | 1.10 |
Last Updated | 2023-10-02 |
Publish Date | 2019-08-14 |
Rating | 3.89/5 Total 9 Ratings |
Developer | Itay Perl |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/itayperl/jisho-ojad |
Supported Languages | 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\/" ] } |