Big Update! v.2.3.0

What’s new in this update:

πŸ–₯️ Side panel mode β€” open Zip Extractor as a Chrome side panel instead of a separate tab. Switch between modes at any time right from the toolbar.

πŸ”„ Smooth mode switching β€” switching between tab and side panel preserves your open archive. A progress overlay guides you through the transition.

πŸ“ Linked download folder β€” connect any folder on your disk as the default save location. Files go straight there β€” no more hunting through your Downloads folder. Hidden files like .gitignore are handled correctly too.

πŸ—„οΈ Better large file handling β€” three under-the-hood improvements for working with big archives:

  • Faster reopening β€” archive file lists are now cached in IndexedDB. Reopening the same archive skips re-reading it entirely and shows the file tree instantly.
  • Lower memory for URL-loaded archives β€” archives opened from a download link are no longer assembled into one giant in-memory blob. Chunks go directly to IndexedDB and are streamed into the reader, cutting peak RAM roughly in half.
  • Streaming extraction to linked folder β€” when a linked download folder is set, extracted ZIP files are written as a stream straight to disk. The previous ~2 GB per-file limit no longer applies.

πŸ“‚ “Show in folder” after download β€” after saving a file or batch of files, a button appears right in the notification to reveal the result in Finder / Explorer.

βš™οΈ Open Settings from anywhere β€” warning notifications now include an inline Settings button so you can fix things without digging through the UI.

🎨 UI polish β€” cleaner toast notifications with correct icons per severity, a wider confirm popup, and minor layout fixes throughout.

keyboard_arrow_up