A modern, feature-rich boilerplate for building Chrome extensions. It combines the best tools and practices to help you create powerful extensions quickly and efficiently.
Clone the Repository
git clone https://github.com/yourusername/chrome-seed.git
cd chrome-seed
Install Dependencies
pnpm install
Start Development
pnpm dev
Command | Description |
---|---|
pnpm dev |
Start development server |
pnpm build |
Build for production |
pnpm preview |
Preview production build |
pnpm lint |
Lint code with Biome |
pnpm format |
Format code with Biome |
pnpm type-check |
Run TypeScript checks |
pnpm package |
Create distribution package |
chrome://extensions
dist
directoryOur optimized build process:
We welcome contributions! Here's how you can help:
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.