a starter template for creating chrome extension with react
- Install dependencies with yarn and build
cd app
# install dependencies
yarn
# build and export files to exntension directory
yarn build # on macOS
- Open chrome and go to
chrome://extensions/
- Toggle on developer mode on the top-right corner.
- Click "Load unpacked", select extension folder in this directory in this folder and click confirm.
- Now you can find the extension in the toolbar of chrome. Click on it and you can see the default page of react(with vite)
- Have fun developing!