🛠️
Build Files Listed in the Manifest
Point the plugin towards a manifest.json and the extension will automatically discover and build all the files listed in it.
Modern Chrome extension development powered by Vite
Point the plugin towards a manifest.json and the extension will automatically discover and build all the files listed in it.
Automatically open Chrome or Firefox with the extension installed. Supports HMR to iterate on your UIs quickly, and watch mode to rebuild content scripts on change.
Add any frontend framework's vite plugin to use that framework anywhere in your extesion, including content scripts.
Easily customize your manifest.json to build for multiple different browsers.
Easily customize your manifest.json to build for multiple different browsers.
First class, out-of-the-box TypeScript support with no additional configuration.
To get started, bootstrap a project from scratch!
pnpm create vite-plugin-web-extension
yarn create vite-plugin-web-extension
npm create vite-plugin-web-extension