Skip to content

Bun Chrome Extension

This package tries to make the chrome extension development with typescript easier and safer. It gives you Intellisense for your manifest, automatically builds your project, so that you have all necessary js files and assets in one place and uses bun for fast development. The idea is based upon the CRXJS Plugin for Vite. It works quite well, but I had some problems with sourcemaps and I wanted to leverage the speed bonus and ease of use of bun to make the whole development process even faster.