Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 736 Bytes

SolidJS Chrome Extension boilerplate

An easy way to create Chrome extensions with SolidJS using Vite + CRXJS.

Features

For more functionality, check out CRXJS they do all the heavy lifting.

Installation

  1. Clone this repo
  2. Install dependencies pnpm install
  3. Run with pnpm dev for HMR or pnpm build to build
  4. Load your extension in Chrome
    1. Go to chrome://extensions
    2. Enable Developer mode
    3. Load unpacked extension
    4. Select the /dist folder

Structure

Define your extension entry points in manifest.config.ts for Manifest V3 configuration options check out the chrome docs