Building My First Chrome Extension
2025-06-07 · 1 min read

I built a Chrome extension to learn how browser APIs work and how small tools can make daily browsing easier.
What I Built
- A popup UI
- A background script
- Storage for settings
- Permission-based features
Skills I Gained
- Understanding Chrome’s extension architecture
- Working with tabs and events
- Packaging and installing extensions
It was a fun and practical project.