Boilerplate for Chrome Extension Svelte Typescript project
# install dependencies
pnpm i
# build files to `/dist` directory
# HMR for extension pages and content scripts
pnpm run dev
# build files to `/dist` directory
$ pnpm run build
- 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 UNPACKED
button and select the/dist
directory.