Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Pixefy - Responsive Design Checker 版本历史 - 25 个版本

Pixefy - Responsive Design Checker 作者: Pixefy

评分 5 / 5
5 / 5 星
5
1
4
0
3
0
2
0
1
0
Pixefy - Responsive Design Checker 版本历史 - 25 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 1.2.3

    发布于 2026年5月10日 - 2.46 MB
    适用于 firefox 109.0a1 及更高版本
    Pixefy v1.2.3

    New Features:
    - Breakpoint Diff Tool: Compare CSS properties side-by-side across all panes for any inspected element. Collapsible property groups (Layout, Typography, Spacing, Colors, Border), live-refresh on CSS changes, and count badge showing differences.
    - Redesigned Zoom: New draggable zoom slider, custom zoom input, and decoupled display/content zoom for more accurate responsive testing.
    - Pane Limits: Free-tier users now see a clear Pro upgrade prompt when exceeding the pane limit.
    - Toast Notifications: Subtle confirmation when adding panes.
    - Sequential Pane Loading: Panes load one at a time to reduce resource contention.
    - Theme Toggle: Switch light/dark theme directly from the View menu.
    - Improved Annotations: Better text wrapping and positioning for screenshot annotations.

    Bug Fixes:
    - Inspect/Edit tools no longer get stuck after iframe reloads or split-view toggles.
    - Enabling a mockup after resizing a pane now correctly resets dimensions.
    - Mockup containers resync properly after exiting split-view.
    - Fixed iframe height calculations with display zoom and browser overlays.
    - Pane menu no longer appears in screenshots.
    - Fixed zoom handling for hidden panes.
    - Fixed single-pane centering and scroll behavior.
    - Prevented double-click issues while drawing annotations.
    - Filtered sandbox and ResizeObserver warnings from the error panel.
    - More accurate load time metrics using responseStart.

    Performance:
    - Throttled scrollbar detection during resize to prevent layout thrashing.
    - Breakpoint diff rendering deferred until panel is expanded.

    源代码遵循 保留所有权利 发布

    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 1.2.2

    发布于 2026年4月26日 - 2.44 MB
    适用于 firefox 109.0a1 及更高版本
    Version 1.2.2 — Bug Fixes

    🔄 Iframe Navigation Compatibility
    • Fixed: sites with frame-busting code (e.g. lrt.lt) would redirect
    preview iframes to an error page when navigating between pages
    • Root cause: Firefox strips document.referrer when navigating iframes
    from the content script context, causing sites that check referrer
    for iframe permission to trigger their frame-busting redirect
    • Added referrerpolicy="unsafe-url" to preview iframes so
    document.referrer inside loaded pages correctly reflects the parent
    URL, bypassing referrer-based frame-busting checks

    🛠️ Navigation Sync Stability
    • Fixed: clicking a link in one pane could revert all panes back to the
    previous page due to stale load events from synced iframes
    • Stale iframe load events (where the old page fires a load event after
    a new navigation has already been accepted) are now correctly rejected
    • Improved iframe navigation method to use src attribute (which respects
    referrerpolicy) instead of location.replace() from the content script
    context, ensuring consistent referrer behavior across browsers

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.2.1

    发布于 2026年4月26日 - 2.44 MB
    适用于 firefox 109.0a1 及更高版本
    Version 1.2.1 — Bug Fixes

    🔧 Firefox Session Persistence
    • Extension now automatically re-initializes after page reload when host
    permissions are granted (via about:addons or at install time from AMO)
    • Synchronous tab state cleanup prevents the "two-click" re-activation
    bug where the icon state would desync after a reload
    • Added retry mechanism for content script initialization to handle race
    conditions between script injection and message listener registration

    🛡️ Firefox CSP Compatibility
    • Fixed: scripts inside Pixefy's preview iframes were blocked by
    Content-Security-Policy headers on Firefox
    • Firefox's declarativeNetRequest applies main_frame CSP rules to
    sub_frame requests too — the script-src 'none' rule is now skipped
    on Firefox entirely
    • Added per-tab session rules that strip CSP headers from sub_frame
    (iframe) responses on Firefox, independent of the security toggle
    • The security toggle (header bypass) no longer interferes with iframe
    script loading on Firefox
    • Stale CSP session rules are cleaned up on extension startup

    🔑 Host Permissions
    • On first activation, the extension requests host permissions via
    browser.permissions.request() to enable seamless auto-reinject
    • Falls back gracefully to one-click manual re-activation if permissions
    are not granted

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.2.0

    发布于 2026年4月24日 - 2.44 MB
    适用于 firefox 109.0a1 及更高版本
    Version 1.2.0 — What's New

    🔧 Console Error & Warning Monitor (Pro)
    • Real-time console error and warning tracking per pane with categorized badges
    • Collapsible error/warning entries with stack traces, source identification, and timestamps
    • Copy-to-clipboard for individual error entries
    • Network error tracking and fingerprint-based deduplication
    • Filterable panel with All / Errors / Warnings tabs

    📐 Resize Ruler
    • New resize ruler utility that visualizes device breakpoints during layout adjustments
    • Zoom-aware tick rendering for accurate measurements at any zoom level
    • Upcoming interval preview shows the next breakpoint within 100px

    📊 Performance Metrics
    • DOMContentLoaded load time badges on pane headers with color-coded indicators
    • Cumulative Layout Shift (CLS) monitoring and badge UI
    • Toggleable via Show/Hide menu with persistent storage

    🎛️ Show / Hide Submenu
    • New submenu under the general menu for toggling UI elements (toolbar, ruler, performance metrics)
    • Keyboard shortcut (Cmd/Ctrl + ) continues to toggle toolbar visibility

    🖼️ Screenshots
    • Improved full-page screenshot stitching with overlay-aware alignment
    • Better precision with exact source dimensions and rounded coordinates

    🔄 Navigation & Sync
    • Improved iframe navigation handling with location watcher and cross-origin robustness
    • Prevented circular selection and scroll sync events during programmatic updates
    • Better scroll sync stability — replaceState URL updates no longer trigger iframe reloads

    🛡️ Stability & Compatibility
    • Hardened iframe style protection against third-party CSS injections (e.g., BlurWeb, ad blockers)
    • Forced Pixefy element visibility to override external CSS overrides
    • Nuclear document reset using document.open() to fully prevent SPA side-effects
    • Removed document.write() usage (Firefox AMO compliance)
    • Null-safety improvements across zoom menus, scroll sync, and pane operations
    • Timestamped storage conflict resolution to prevent stale sync overrides
    • Memory leak prevention with comprehensive cleanup for error monitoring and layout observers

    🎨 UI Improvements
    • Adaptive split-view header with collapsing elements at narrow widths
    • Updated "Sign in" button label to "Account"
    • Standardized menu item layouts with reordered check icons and shortcut hints
    • Grid settings panel state checkmark in menu

    🔄 Update System
    • Added update check and restart mechanism to the What's New popup

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.1.4

    发布于 2026年4月19日 - 2.42 MB
    适用于 firefox 109.0a1 及更高版本
    Bug Fixes
    Custom pane resizing stability — Responsive panes now correctly remain responsive after drag-resize. Previously, resizing a responsive pane could incorrectly convert it to a custom non-responsive pane.

    Custom pane reset — Resetting a custom pane (clicking the resolution label) now correctly restores both width and height to the pane's original preset dimensions. Previously, height was not reset properly.

    Override indicator accuracy — The pane resolution label now accurately displays the override style (colored indicator) when dimensions differ from the preset, and correctly removes it when dimensions match. This includes correct behavior when editing a custom pane's dimensions via the update modal.

    Menu checkmark accuracy — The mode button menu now correctly shows a checkmark next to the active custom pane preset, even after resizing the pane. Previously, the checkmark would disappear after any resize.

    Custom pane editing — Editing a custom pane preset (e.g., adding height to convert from responsive to non-responsive) now immediately updates the resolution display without stale override styling.

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.1.3

    发布于 2026年4月18日 - 2.42 MB
    适用于 firefox 109.0a1 及更高版本
    Fixed custom pane resolution label not showing blue override color during drag-to-resize
    Fixed resolution label losing color after clicking reset on a custom pane
    Fixed reset changing a pane's responsive/non-responsive mode — reset now only resets dimensions
    Fixed enabling/disabling mockups or browser overlays converting custom panes to responsive
    Improved responsive custom pane display — only width shows colored styling, height stays plain

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.1.2

    发布于 2026年4月18日 - 2.42 MB
    适用于 firefox 109.0a1 及更高版本
    Bug Fixes

    Fixed pane jump on drag handle release — panes no longer snap to incorrect size after resizing
    Fixed responsive pane resolution display showing colored override styling after drag resize
    Responsive panes now correctly display width x height without device-resolution coloring after manual resize

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.1.1

    发布于 2026年4月18日 - 2.42 MB
    适用于 firefox 109.0a1 及更高版本
    Bug Fixes

    Fixed panes snapping to incorrect size after releasing drag handles

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.1.0

    发布于 2026年4月16日 - 2.42 MB
    适用于 firefox 109.0a1 及更高版本
    Release Notes (User-Facing)
    🔧 Stability & Bug Fixes
    Fixed pane zoom consistency — Zooming in and out (globally or per-pane) no longer causes panes to grow or shrink incorrectly. Dimensions are now preserved accurately across zoom changes.
    Fixed mockup alignment — Device mockups now correctly align the screen area, iframe, and browser overlays to match the frame. Previously, panes with slightly different resolutions than the mockup could show misaligned content.
    Fixed rotation behavior — Rotating a pane now correctly swaps the current dimensions instead of resetting to the device's native resolution. Custom-resized panes retain their size after rotation.
    Fixed device menu resizing — Selecting a device from the mode menu now reliably updates the pane dimensions and properly clears the "overridden" state indicator.
    Fixed resolution label accuracy — The resolution display in the pane header now shows correct dimensions at all zoom levels, eliminating inflated values that appeared on zoomed mockup panes.
    Fixed reset resolution — Resetting a pane to its native resolution now correctly removes the override indicator and displays the proper device name.
    Reduced blank iframe occurrences — Enabling mockups no longer causes iframes to intermittently turn blank due to aggressive reload behavior.

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.18

    发布于 2026年4月16日 - 2.42 MB
    适用于 firefox 109.0a1 及更高版本
    • Various bug fixes
    • Started rolling out mockups (more will be added over time)
    • New feedback portal for reporting bugs, suggesting features, and even just saying hi :)
    • Other small improvements

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.10

    发布于 2026年3月20日 - 2.4 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.9

    发布于 2026年3月11日 - 2.24 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.8

    发布于 2026年3月6日 - 2.23 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.7

    发布于 2026年2月28日 - 2.21 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.6

    发布于 2026年2月27日 - 2.21 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.5

    发布于 2026年2月12日 - 5.5 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.4

    发布于 2026年2月6日 - 5.33 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.3

    发布于 2026年1月22日 - 5.3 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.2

    发布于 2026年1月13日 - 1.98 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.1

    发布于 2026年1月11日 - 1.98 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.0

    发布于 2026年1月8日 - 1.98 MB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 0.9.11

    发布于 2025年11月8日 - 845.11 KB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 0.9.10

    发布于 2025年10月15日 - 842.5 KB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 0.9.9

    发布于 2025年10月8日 - 839.6 KB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 0.9.7

    发布于 2025年9月11日 - 373.36 KB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。