An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

Instant Jisho


A Chrome extension to quickly translate japanese words


Report Bug

![An animation that shows a user selecting text. The extension displays a tooltip that contains translations for each selected word.](https://imgur.com/STv2m5K.gif)

## 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`.