Installation & Development
Prerequisites
Local Setup
- Clone the repository.
- Install dependencies:
Build Commands
- Build Extension: Compiles TypeScript and copies static assets to the
dist/ directory.
- Typecheck: Validate TypeScript types.
- Generate Icons: Re-generate extension icons from source assets.
Loading the Extension
- Open Chrome and navigate to
chrome://extensions/.
- Enable Developer mode in the top right.
- Click Load unpacked and select the
dist/ folder in this repository.