TJDict is a fast, easy, open-source and ad-free browser extension for multi-dictionary searching.
Chrome Web Store
Firefox Add-ons
Edge Add-ons
- Prerequisites:
- git
- node
- npm
- Run
npm run start
. - Load
dist
directory as an unpacked extension into the browser. - Optionally run
npm run storybook
andbin/chrome
for components development.
npm run package:all
- All packages are located in
pkg
directory.
- Bump version in
src/manifest.json
- Run
npm run version
- Commit
src/manifest.json
andCHANGELOG.md
files - Tag
- Push
Please follow Angular Commit Message Guidelines.