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 install
Run:
bun run dev
Build:
bun run build
Package extension for publishing
bun run pack
This project is licensed under the MIT License.