This project is a boilerplate project to allow you to quickly build chrome extensions using TypeScript and React.
- Clone repo
npm i
npm run build
to compile once ornpm run watch
to run the build task in watch mode
- Complete the steps to build the project above
- Go to chrome://extensions in Google Chrome
- With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo