Initial commit

This commit is contained in:
2025-09-23 00:29:33 +02:00
commit 4f120b68f5
14 changed files with 394 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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).