Develop chrome extension with full TypeScript support using Bun 🐰 & React
Bun chrome extension is a starter template for developing chrome-extensions using modern frontend tooling.
- First-class TypeScript support
- Background & content scripts
- Popup & Options page built with React
- Lint & format with BiomeJS
- Latest Manifest v3
- TailwindCSS
Install dependencies:
bun installRun:
bun run devBuild:
bun run buildPackage extension for publishing
bun run packThis project is licensed under the MIT License.