Full Page PDF Snap – Save Webpage as PDF version history - 25 versions
Full Page PDF Snap – Save Webpage as PDF by Silence
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.42.0
Released Sep 14, 2026 - 245.56 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Older versions
Version 2.41.0
Released Sep 14, 2026 - 244.78 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.40.0
Released Sep 14, 2026 - 244.07 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.39.0
Released Sep 14, 2026 - 242.02 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.37.0
Released Aug 18, 2026 - 245.97 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.35.18
Released Aug 18, 2026 - 243.64 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.35.15
Released Aug 18, 2026 - 230.27 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.35.13
Released Aug 18, 2026 - 230.81 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.35.11
Released Aug 18, 2026 - 228.43 KBWorks with firefox 109.0 and later, android 127.0 and laterCHANGED IN THIS VERSION: the time anchor is now ON by default, and — see
"Fixed" below — it can actually run for the first time in this package. In
earlier builds the file implementing it was missing from the package, so the
feature silently did nothing. PRIVACY.md has been updated: it previously said
the extension makes no network requests at all, which was true only while the
feature was off by default.
Feature : "Time anchor" — no longer a setting, it is always on
Endpoints: three, tried in order until one answers — the network is
decentralised and a single host would defeat the purpose:
https://api.drand.sh/<chain>/public/latest
https://drand.cloudflare.com/<chain>/public/latest
https://api2.drand.sh/<chain>/public/latest
<chain> is the fixed quicknet hash
52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971
(hard-coded in zeitanker.js, not user-supplied). Each attempt has
an AbortController timeout.
Purpose : Fetches a public random value from the drand network (League of
Entropy) and writes it into the capture. Since nobody could know
that value in advance, it shows the capture is not older than that
round — without relying on the device clock, which the user can
set freely.
Sent : nothing. Plain GET, no headers identifying the user, no page data,
no URL of the captured page. The response is a random value, a
round number and a timestamp, identical for everyone asking in
that round.
Failure : the capture is saved without an anchor. No error, no retry loop.
No other network path exists. Two further fetch() calls appear in the source
and are local by construction: result.js reads back a blob: URL it created
itself, and background.js converts a data: URL from captureVisibleTab into a
blob. Neither leaves the machine.Source code released under MIT License
Version 2.35.10
Released Aug 18, 2026 - 226.55 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.35.8
Released Aug 18, 2026 - 222.91 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.35.7
Released Aug 18, 2026 - 222.33 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.35.4
Released Aug 18, 2026 - 217.69 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.35.2
Released Aug 18, 2026 - 251.92 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.35.0
Released Aug 18, 2026 - 245.83 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.34.0
Released Aug 18, 2026 - 258.33 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.33.4
Released Aug 7, 2026 - 226.06 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.33.2
Released Aug 7, 2026 - 225.27 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.33.0
Released Aug 7, 2026 - 224.37 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.32.2
Released Aug 7, 2026 - 223.67 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.32.1
Released Aug 7, 2026 - 222.5 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.32.0
Released Aug 7, 2026 - 221.64 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.31.20
Released Aug 7, 2026 - 220.6 KBWorks with firefox 109.0 and later, android 127.0 and laterSource code released under MIT License
Version 2.31.19
Released Aug 7, 2026 - 218.88 KBWorks with firefox 109.0 and later, android 127.0 and laterCHANGED
• The filename now includes the title. The default was
{site}{date}{time}{n} — website, date, time, running number. Anyone
finding a capture a year later could not tell what it was about. It is now
{title}{site}{date}{time}.
• That title comes from the page's publisher metadata rather than the window
title, which almost always carries suffixes ("… - PubMed") that merely
consume space. The length limit rises from 40 to 60 characters; at 40 the
title broke mid-word.
• Existing installations follow on update, but only where the template and
length were never changed. A pattern you chose yourself is a decision and
is left alone.Source code released under MIT License
Version 2.31.18
Released Aug 7, 2026 - 218.22 KBWorks with firefox 109.0 and later, android 127.0 and laterCHANGED
• The filename now includes the title. The default was
{site}{date}{time}{n} — website, date, time, running number. Anyone
finding a capture a year later could not tell what it was about. It is now
{title}{site}{date}{time}.
• That title comes from the page's publisher metadata rather than the window
title, which almost always carries suffixes ("… - PubMed") that merely
consume space. The length limit rises from 40 to 60 characters; at 40 the
title broke mid-word.
• Existing installations follow on update, but only where the template and
length were never changed. A pattern you chose yourself is a decision and
is left alone.Source code released under MIT License