Skip to content

Releases: geoffmyers/webpage-archiver

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Sep 14:51

To install: download webpage-archiver-1.0.2.zip, unzip it, open chrome://extensions, turn on Developer mode, click Load unpacked and choose the unzipped folder.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Sep 23:49

To install: download webpage-archiver-1.0.1.zip, unzip it, open chrome://extensions, turn on Developer mode, click Load unpacked and choose the unzipped folder.

What's Changed

  • Bump jspdf from 4.1.0 to 4.2.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #2

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@geoffmyers geoffmyers released this 18 Feb 13:46

Webpage Archiver v1.0.0

Archive any webpage as PDF, PNG, HTML, and Markdown — all in one click.

Features

  • 5 export formats: HTML Archive, Markdown, PNG Screenshot, Screenshot PDF, Print PDF
  • ZIP bundling: All formats bundled into a single ZIP download (configurable)
  • Full-page screenshots: Scroll-and-stitch capture with incremental stitching
  • Print PDF: High-quality PDF via Chrome DevTools Protocol (Page.printToPDF)
  • Screenshot PDF: Multi-page PDF from full-page screenshot
  • Clean Markdown: Readability + Turndown with YAML frontmatter
  • Self-contained HTML: Inline styles with scripts stripped
  • Configurable filenames: Pattern-based naming with {date}, {hostname}, {title}, {timestamp}
  • Download subfolder: Optional subfolder within Downloads
  • Keyboard shortcut: Cmd+Shift+S (Mac) / Ctrl+Shift+S (Windows/Linux)
  • Options page: Configure default formats, filename patterns, and ZIP bundling

Installation

  1. Download webpage-archiver-v1.0.0.zip from this release
  2. Unzip the file
  3. Open chrome://extensions/ in Chrome
  4. Enable "Developer mode" (top right)
  5. Click "Load unpacked" and select the unzipped folder

Requirements

  • Chrome 109+