Skip to content

manuelernestog/chrome-extension-svelte-vite-boilerplate

Repository files navigation

Chrome Extension Vite Svelte Boilerplate

This template should help get you started developing a Chrome extension with Svelte, Vite and tailwind.

Stack

Build

Tu build you Chrome extension, just run

yarn run dev

Install the extension

When the build completes, open Chrome or Edge and navigate to chrome://extensions. Make sure to turn on the developer mode switch.

Drag your dist folder into the Extensions Dashboard to install it. Your extension icon will be in the top bar.