Componenti aggiuntivi per Firefox
  • Estensioni
  • Temi
    • per Firefox
    • Dizionari e language pack
    • Altri siti
    • Componenti aggiuntivi per Android
Accedi
Icona componente aggiuntivo

Cronologia versioni di Pixefy - Responsive Design Checker - 25 versioni

Pixefy - Responsive Design Checker di Pixefy

Valutata 5 su 5
5 stelle su 5
5
1
4
0
3
0
2
0
1
0
Cronologia versioni di Pixefy - Responsive Design Checker - 25 versioni
  • Attenzione alle versioni datate. Sono visualizzate solamente per scopi di test e di riferimento.È raccomandato usare sempre l’ultima versione di un componente aggiuntivo.

  • Ultima versione

    Versione 1.2.3

    Rilasciato 10 mag 2026 - 2,46 MB
    Compatibile con firefox109.0a1 e successive
    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.

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica Firefox e installa l’estensione
    Scarica file
  • Versioni precedenti

    Versione 1.2.2

    Rilasciato 26 apr 2026 - 2,44 MB
    Compatibile con firefox109.0a1 e successive
    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

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.2.1

    Rilasciato 26 apr 2026 - 2,44 MB
    Compatibile con firefox109.0a1 e successive
    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

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.2.0

    Rilasciato 24 apr 2026 - 2,44 MB
    Compatibile con firefox109.0a1 e successive
    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

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.1.4

    Rilasciato 19 apr 2026 - 2,42 MB
    Compatibile con firefox109.0a1 e successive
    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.

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.1.3

    Rilasciato 18 apr 2026 - 2,42 MB
    Compatibile con firefox109.0a1 e successive
    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

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.1.2

    Rilasciato 18 apr 2026 - 2,42 MB
    Compatibile con firefox109.0a1 e successive
    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

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.1.1

    Rilasciato 18 apr 2026 - 2,42 MB
    Compatibile con firefox109.0a1 e successive
    Bug Fixes

    Fixed panes snapping to incorrect size after releasing drag handles

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.1.0

    Rilasciato 16 apr 2026 - 2,42 MB
    Compatibile con firefox109.0a1 e successive
    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.

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.18

    Rilasciato 16 apr 2026 - 2,42 MB
    Compatibile con firefox109.0a1 e successive
    • 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

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.10

    Rilasciato 20 mar 2026 - 2,4 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.9

    Rilasciato 11 mar 2026 - 2,24 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.8

    Rilasciato 6 mar 2026 - 2,23 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.7

    Rilasciato 28 feb 2026 - 2,21 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.6

    Rilasciato 27 feb 2026 - 2,21 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.5

    Rilasciato 12 feb 2026 - 5,5 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.4

    Rilasciato 6 feb 2026 - 5,33 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.3

    Rilasciato 22 gen 2026 - 5,3 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.2

    Rilasciato 13 gen 2026 - 1,98 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.1

    Rilasciato 11 gen 2026 - 1,98 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 1.0.0

    Rilasciato 8 gen 2026 - 1,98 MB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 0.9.11

    Rilasciato 8 nov 2025 - 845,11 kB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 0.9.10

    Rilasciato 15 ott 2025 - 842,5 kB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 0.9.9

    Rilasciato 8 ott 2025 - 839,6 kB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
  • Versione 0.9.7

    Rilasciato 11 set 2025 - 373,36 kB
    Compatibile con firefox109.0a1 e successive

    Codice sorgente rilasciato sotto Tutti i diritti riservati

    Scarica file
Vai alla pagina principale del sito Mozilla

Componenti aggiuntivi

  • Informazioni
  • Blog sui componenti aggiuntivi per Firefox
  • Laboratorio estensioni
  • Centro di sviluppo
  • Criteri per sviluppatori
  • Blog della comunità
  • Forum
  • Segnala malfunzionamento
  • Guida per le recensioni

Browser

  • Desktop
  • Mobile
  • Enterprise

Prodotti

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Informativa sulla privacy
  • Cookie
  • Note legali

Eccetto dove diversamente indicato, i contenuti su questo sito sono distribuiti con licenza Creative Commons Attribuzione Condividi allo stesso modo 3.0 o versioni successive.