Exploring and building Chrome extensions, one idea at a time.
A growing collection of Chrome extension projects — each one self-contained, well-documented, and ready to load into your browser. Whether you're here to learn, tinker, or grab a useful tool, dive in and explore. You guys can also contribute!
| # | Extension | Description |
|---|---|---|
| 1 | Clarify | Chat with any webpage using AI. Ask questions, get summaries, and extract key points — powered by LLaMA 3.3 70B via Groq. |
| 2 | Cloak | Extract colors, fonts, and images from any website with a single click — zero dependencies, pure vanilla JS. |
| 3 | Dark Mode | Toggle dark mode on any website instantly — no page reload, persistent preference, and code-block-aware styling. |
| 4 | Divina | Analyze any web page against classical design principles — golden ratio overlays, composition grids, a proportion calculator, and AI-powered design scoring. |
| 5 | Purchase Validator | Avoid impulse purchases with AI-powered validation questions — works on Amazon, Flipkart, eBay, Walmart, and AliExpress. |
| 6 | Virtual Try-On | Upload your photo and try on clothing from any website using AI-powered virtual try-on — powered by API4AI. |
| 7 | Consistency Tracker | Track daily habits with a GitHub-style heat map and streak counter — local-only storage, no accounts required. |
More extensions coming soon — stay tuned!
# Clone the repo
git clone https://github.com/Prateek1771/101_ChromeExtensions.git
# Navigate into any extension folder
cd 101_ChromeExtensions/<Project>Then load it into Chrome:
- Go to
chrome://extensions - Enable Developer mode (top-right toggle)
- Click Load unpacked and select the extension folder.
Each extension has its own README with detailed setup instructions.
Got an idea for a Chrome extension? Contributions are welcome! Fork the repo, build your extension, and open a pull request.
If you find this useful, leave a star — it helps others discover the project and keeps the momentum going!