Browser extension for translating words on webpages and in the toolbar popup using multitran.com dictionary.
Build and watch for changes in js and style files, then run corresponding browser with web-ext
.
npm run dev:chrome
npm run dev:ff
Create production build in the extension folder.
npm run build:chrome
npm run build:ff
The extension uses TailwindCSS for styles and esbuild for bundling.
The code of the extension is licensed under the MPL-2.0.