Svelte Typescript Chrome Extension Boilerplate
Boilerplate for Chrome Extension Svelte Typescript project.
Features
Demo

Examples of integrations
- Tailwind CSS – is in the tailwindcss branch
Development
# install dependencies
npm i
# build files to `/dist` directory
# HMR for extension pages and content scripts
npm run dev
Load unpacked extensions
- Open the Extension Management page by navigating to
chrome://extensions. - Enable Developer Mode by clicking the toggle switch next to
Developer mode. - Click the
LOAD UNPACKEDbutton and select the/distdirectory.
Build
# build files to `/dist` directory
$ npm run build