- Chrome Extension Manifest V3
- Webextension Polyfill
- Webpack 5
- TypeScript
- TailwindCss
- DaisyUi
- Babel
- ESLint
- Prettier
- Clone the repository
- Run
yarn
- Run
yarn dev
for development mode,yarn build
for production build - Add the extension to Chrome:
- Go to
chrome://extensions/
or click here - Enable the
Developer mode
- Click on
Load unpacked
- Choose the
dist
directory
- Go to
- You are good to go! You can also pin the extension to the toolbar for easy access.