Skip to content

Chrome Extension

The TailTrace Chrome Extension lets you inspect any element on any website and see its computed styles translated to Tailwind tokens.

  • Real-time Translation - Hover over any element to see styles
  • Confidence Indicators - Know if matches are exact, fuzzy, or none
  • One-Click Bug Reports - Send drift issues to Linear or Jira
  • Screenshot Capture - Include visual context automatically
  • Custom Config - Use your design system tokens

Coming soon! The extension will be available on the Chrome Web Store.

  1. Click the TailTrace icon in your toolbar
  2. Toggle “Enable Inspector”
  3. Hover over any element on the page
  4. See the overlay with translated styles

The overlay shows:

ColumnDescription
PropertyCSS property name
ValueComputed CSS value
TokenMatching Tailwind class
ConfidenceMatch quality indicator
  • ✓ Exact - Perfect token match (green)
  • ~ Fuzzy - Close match within threshold (yellow)
  • ✗ None - No matching token (red)
  1. Open the popup and go to Settings
  2. Enter your Linear API key
  3. Select your default team and project
  4. When inspecting, click “Report Bug”
  5. Add a title and description
  6. The issue is created with screenshot and metadata
  1. Open the popup and go to Settings
  2. Enter your Jira domain and API token
  3. Select your default project
  4. When inspecting, click “Report Bug”
  5. The issue is created with full context

Click the gear icon in the popup to configure:

  • Delta-E threshold for color matching
  • Spacing threshold
  • Linear/Jira credentials

The extension will read tailtrace.json from the current page’s origin if available at /tailtrace.json.

ShortcutAction
Alt+TToggle inspector
EscapeClose overlay

The extension requires:

  • activeTab - To read styles from the current tab
  • storage - To save your settings
  • tabs - For screenshot capture (bug reports)
  1. Make sure the inspector is enabled (toggle in popup)
  2. Check if the page has a Content Security Policy blocking inline styles
  3. Try refreshing the page
  1. Verify your config is loaded (check popup)
  2. The element may have no applicable CSS properties
  3. Try hovering over a different element
  1. Ensure you’ve granted the tabs permission
  2. Check if the page blocks screenshots via CSP