
I built a tiny CSS inspection tool for frontend devs
I recently wanted to use CSS Scan, but for my use case it felt a bit too expensive.
What I actually wanted was something simpler:
- hover any element and instantly see its CSS
- click to pin the inspector
- edit CSS directly on the page
- copy the CSS when I’m done
- keep computed styles separate from editable source styles
- support pseudo/media scoped styles where possible
- no account, no subscription, just a small Chrome extension
So I built a free Chrome extension called CSS Explorer.
It’s not trying to be a full DevTools replacement. The goal is more: “I’m working on frontend UI, I want to inspect/edit/copy styles quickly without opening the full DevTools panel.”
It’s still early, and I’m mostly looking for feedback from frontend developers:
- would this actually can interest you?
- what feels missing?
- what would make you use this instead of DevTools?