Skip to main content
CSSpeek

A CSS inspector that respects your flow.

DevTools is a whole IDE. You just wanted a padding value. CSSpeek gets you the answer and gets out of the way.

The shape of the problem

Most CSS questions during a workday are quick ones. "What's the padding here?" "What class is this?" "Why is the font so small?" DevTools answers all of them — but the path is right-click, Inspect, scroll the tree, find the element, scroll the Computed panel, read, close. Eight steps for a three-second answer.

CSSpeek compresses that path to click the icon, click the element, read. Three steps for the same three-second answer. Multiplied across a day of UI work, it's a material productivity bump.

Concrete workflows

Where it shines

For developers: frequently asked questions

I already live in DevTools. Why would I add another tool?
DevTools is an IDE. CSSpeek is a magnifying glass. The question is what the task needs. For quick reads, CSSpeek is three clicks faster. For deep debugging, DevTools still wins.
Does CSSpeek work on localhost?
Yes. It works on any URL Chrome can load, including http://localhost and IP-based internal tools.
Can CSSpeek read CSS variables?
CSSpeek shows computed values — the final resolved numbers — rather than the CSS custom property names. If you need to see --color-brand rather than its resolved hex, use Chrome DevTools.
Does it affect performance of my dev server?
No. CSSpeek only runs when you explicitly activate it on a tab. When inactive, the extension has zero impact on page load or rendering.