This is an extension helps user translate their words in browser!
- Check if your Node.js version is >= 18.
- Clone this repository.
- Change the package's
name,description, andrepositoryfields inpackage.json. - Change the name of your extension on
src/manifest.json. - Run
npm installto install the dependencies. - IMPORTANT Run
npm startfor developing and for final buildnpm run build - Load your extension on Chrome following:
- Access
chrome://extensions/ - Check
Developer mode - Click on
Load unpacked extension - Select the
buildfolder.
- Access
- Happy hacking.
All your extension's code must be placed in the src folder.
The boilerplate is already prepared to have a popup, an options page, a background page, and a new tab page (which replaces the new tab page of your browser). But feel free to customize these.