This template is for creating Chrome extension, using Vite, CRX plugin, React, TailwindCSS and TypeScript.
- Extension popup
- Content scripts
- Extension background
- New tab page
- Welcome page
- Click the use Use this template button or clone this repo.
# Install dependencies
npm install
# Run extension as dev mode
npm run dev
# Build extension
npm run build
To use the popup:
- Navigate to the
src/pages/popup/popup.tsx
directory. - Modify the files as needed.
- Run npm run dev to see changes in real-time.
- Once satisfied, build the extension using npm run build.