Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 615 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 615 Bytes

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.

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.