An unofficial browser extension for Tanoshii
Get it from the Chrome Webstore
Get it from the Edge Web Store (soon!)
Get it for Opera (soon!)
The following instructions works only with Chrome and other Chromium-based browsers (Brave, new Edge, ...).
- Download the latest release
- Unzip it
- Open chrome://extensions
- Enable developer mode
- Click Load unpacked
- Find and select the extension folder
- Select your Kanji
- Right click
- Select the dictionary
You'll need the latest version of Node.js. Clone the repo and install all dependencies.
git clone https://github.com/randomC0der/tanoshiidict.git
cd tanoshiidict
npm install
For development with hot-reloading, use the following command. Make sure that parcel builds first (if it fails, consider to increase the delay).
npm run watch
To compile the project for production, use:
npm run build
Loosely based on https://github.com/fregante/browser-extension-template
This project is licensed under the Anti 996 License. It's an MIT-ish license but you must comply with labour laws. Karoshi and occupational burnout in general are not a joke. Also, feel free to buy me sushi if you like my work.