A chrome extension built with Vite + Svelte, Tailwindcss and Manifest v3
node.js version is >= 14.src/manifest.pnpm install to install the dependencies.git clone https://github.com/shaban00/chrome-extension-svelte.git
cd chrome-extension-svelte
pnpm run dev
After the development of your extension run the command
pnpm run 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.
chrome-extension-svelte/build folderCreated by Shaban Mohammedsaani Hassan (shaban00)