Releases
Changelog
Every change worth mentioning, in chronological order.
v1.0.5
- Side-panel tabs now load on strict-CSP sites (GitHub, Twitter, Stripe, etc.). Previously the lazy-loaded tabs and rendering toolbar silently failed on hosts with `script-src` policies because chunk URLs resolved against the page origin instead of the extension origin.
v1.0.4
- Accessibility tab: contrast heatmap now actually paints red outlines on failing-contrast text nodes (previously the failure list was computed correctly but the page overlay was invisible).
v1.0.3
- CSS inspector: inherited custom properties (`--*` vars) no longer pollute the "Copy all CSS" output — only properties that actually apply to the element are copied.
- Fonts tab: the family row now splits multi-font stacks into primary + fallback chain on separate lines while still copying the raw stack verbatim.
- Pin-for-compare: clicking a second element after pinning now correctly locks B for the side-by-side diff (previously the second click was ignored).
- Print preview: cross-origin stylesheets and compound `@media print and (...)` queries are now detected; a clear message appears when same-origin rules are unavailable.
- Side panel: tab bar wraps onto two rows so all 11 tabs are always reachable on narrow panels.
v1.0.2
- Responsive viewer: fixed false "site blocks embedding" errors caused by lazy-loaded iframes timing out before they could mount.
- Asset extractor: now enumerates inline `<svg>` elements (not just `<img src=*.svg>`), with dedupe across the page.
- Computed tab: per-row Copy button on every property.
- Flex / grid visualizer: `fr` unit labels recovered from the original CSS rule (previously showed resolved pixel widths).
- Z-Index + Design Tokens tabs: clear "(capped)" indicator when a page exceeds the safety cap.
- Box-model visualizer: overlay opacity now driven by the documented brand constants.
- Type-scale detection: rewritten to skip headings so the ladder cannot self-pollute.
- Production builds now strip all development logging.
v1.0.1
- Cascade trace: per-rule Copy button on every entry in the cascade chain.
v1.0.0
- Initial public release.
- 38 inspection tools across 11 side-panel tabs: Styles, Box, Computed, Colors, Fonts, Assets, Tokens, Z-Index, Accessibility, Audit, DOM.
- CSS inspector with hover-to-inspect, click-to-lock, cascade trace, and "Copy all CSS" of only the rules that apply.
- Color picker + WCAG contrast badge; font identifier with stack inspection.
- Asset extractor (images / SVGs / fonts / background-images) with bulk ZIP export.
- DOM tree + shadow-DOM explorer; design-token exporter (CSS variables, W3C JSON, Tailwind config).
- Accessibility surface: heading hierarchy, live contrast heatmap, vision-deficiency simulator.
- Rendering toolbar: force-color-scheme, print-stylesheet preview, font-fallback tester.
- Element + full-page screenshots; responsive viewer with grid PNG export; social-card preview.
- Free tier: 10 inspections / day. Annual $19/yr or Lifetime $49.