A curated set of simple Chrome extensions demonstrating focused utility tools—ideal for learning and customizing.
🧱 Project Structure
my-simple-extension/
├── manifest.json
├── background.js
├── icon.png
└── README.md
🧪 How to Load the Extension in Chrome
- Open Chrome and go to chrome://extensions/.
- Enable Developer Mode (top-right corner).
- Click Load unpacked and select your my-simple-extension/ folder.
- Click the extension icon.