a chrome extension tools built with Vite + Svelte, and Manifest v3
Node.js version is >= 14.src/manifest.npm install to install the dependencies.run the command
$ cd svelte-crx
$ npm run dev
svelte-crx/build folderhttp://localhost:3000//popup.html/options.htmlAfter the development of your extension run the command
$ npm build
Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.
Generated by create-chrome-ext