A Chrome extension built with Manifest V3, React, TypeScript, and Vite using the CRXJS plugin.
- Install dependencies:
bun install- Start development server:
bun dev-
Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the
distdirectory from this project
- Open Chrome and navigate to
-
Test the extension:
- Click the extension icon in the toolbar to open the sidepanel
- Click "Test Background Connection" to verify the service worker is running
- Navigate to any webpage and click "Inject Content Script" to test content script injection
-
Build for production:
bun build