All writingsWritings2 min read
    February 19, 20262 min read

    The Best Chrome Extension Combo for Designers Who Vibe Code

    Two free Chrome extensions that save me time, tokens, and headaches when I'm vibe coding with Claude Code.

    I found a combo that changed how I work with Claude Code. Two free Chrome extensions that save me time, tokens, and headaches.

    React Grab

    Click any element in the browser and it instantly shows you the component name and file path. Copy that, paste it into Claude Code, and you can start editing immediately. No more digging through the file tree trying to find where that button lives.

    VisBug

    Inspect padding, margin, border radius, colors, and typography directly in the browser. No developer tools needed. It feels like using Figma's inspect mode on a live site.

    The workflow

    1. Use VisBug to check the design values.
    2. Use React Grab to select the element and grab the file path.
    3. Paste into Claude Code and fix it.

    No digging through dev tools. No guessing which file to edit. Point, check, fix. Done.

    It saves Claude Code credits too — you're giving it the exact file path instead of asking it to search. Less back and forth, faster results.

    If you're a designer who vibe codes, try this combo. It's almost too easy.

    More writings