React based Chrome Extensions
- Typescript
- Webpack
- React
- Tailwind
- ESLint
- Prettier
Implemented with React
src/popup/App.tsx
src/scripts/content.ts
src/scripts/background.ts
# or yarn, pnpm
npm installnpm run build bundled in the dist directory
Open chrome://extensions/ and turn on Developer mode
Upload the project-root/dist path by pressing the Load unpacked button
Run the following script to automatically bundle content whenever it changes.
npm run devAfter making changes, the popup must be refreshed or reopened