12 lines
471 B
Markdown
12 lines
471 B
Markdown
# Starter Chrome Extension
|
|
|
|
A minimal Chrome extension starter (Manifest V3) with a popup, options page, content script and background service worker.
|
|
|
|
## How to run locally
|
|
|
|
1. Save the project files to a folder (e.g. `chrome-extension-starter`).
|
|
2. Open Chrome and go to `chrome://extensions`.
|
|
3. Toggle **Developer mode** on (top-right).
|
|
4. Click **Load unpacked** and pick the extension folder.
|
|
5. The extension should appear in the toolbar (pin it for convenience).
|