Skip to content

kenshiro41/svelte-content-scripts

Repository files navigation

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

  1. Open your browser's extension page (chrome://extension).
  2. Enable developer mode
  3. Click on "Load unpacked" and move to your cloned directory and select dist directory.