Svelte Chrome extension for content scripts
This is a repository for building content scripts with Svelte. It was inspired by this repository.
Clone the repository
git clone https://github.com/kenshiro41/svelte-content-scripts
Install dependencies
pnpm i
Build the extension
pnpm build
Loading the extension
- Open your browser's extension page (chrome://extension).
- Enable developer mode
- Click on "Load unpacked" and move to your cloned directory and select dist directory.