https://github.com/merwaaan/instant-jisho
Chrome extension to quickly translate japanese words (data fetched from jisho.org)
https://github.com/merwaaan/instant-jisho
chrome extension japanese translation
Last synced: about 2 months ago
JSON representation
Chrome extension to quickly translate japanese words (data fetched from jisho.org)
- Host: GitHub
- URL: https://github.com/merwaaan/instant-jisho
- Owner: merwaaan
- Created: 2021-05-22T16:13:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T15:20:50.000Z (about 5 years ago)
- Last Synced: 2025-03-26T19:14:46.584Z (about 1 year ago)
- Topics: chrome, extension, japanese, translation
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Instant Jisho
A Chrome extension to quickly translate japanese words

## Build
The extension is not available as a ready-to-use package for now.
To build it:
npm install
npm run-script build
Then, go to `chrome://extension`, switch on `Developer mode`, and load the extension with `Load unpacked`.