SiteVault

Capture assets of page loads — plus console log, HAR, storage & cookies — and save as a ZIP in original folder structure.

As of June 2026, SiteVault has users in the Developer Tools category.

Usersno change0%
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.1.0
Manifest V3

History

1 snapshots

Tracking since Jun 8, 2026.

Not enough history yet for this metric — the chart fills in as we collect more snapshots.
View as table
DateUsersRatingReviewsVersion
Jun 8, 20261.1.0
Now1.1.0

Permissions & access

Permissions
storagecookies
Host access
http://*/*, https://*/*

Screenshots

SiteVault screenshot 1

About

A Chrome DevTools panel that captures everything a page loads and saves it into a single ZIP that mirrors the site’s original folder structure — page resources plus, optionally, the console log, a network HAR, page storage, and every network-tab response.

What it does
Adds a SiteVault panel to Chrome DevTools.
Collects the page’s Sources resources, de-duplicates them, and rebuilds their folder paths. Nothing is ever re-fetched — bodies come straight from what DevTools already holds, so they match exactly what the page received.
Compresses everything client-side (native CompressionStream) and downloads <hostname>.zip. No external libraries, no network calls of its own.

Filters & extras (toggles)
Toggle	Default
Skip empty (no-content) files	off
Beautify HTML / CSS / JS / JSON	off
Exclude images	on
Exclude audio & video	on
Exclude .txt files	on
Exclude fonts	on
Exclude resources from other domains	on
Include network-tab responses (merged, no re-fetch)	on
Include console log	on
Include network HAR	on
Export localStorage, sessionStorage & cookies	on
Toggle state is remembered between sessions.

The extras, in detail
Network-tab responses (no re-fetch) — text response bodies read from the DevTools network log via getContent() and merged into the same <host>/… tree. URLs already saved from Sources are skipped to avoid duplicates; a _network/_manifest_*.txt records what was kept and skipped. Binary bodies are left to the regular Sources save; nothing is re-requested.
Console log (console_*.log) — console.* calls captured from page load onward (a document_start MAIN-world script), plus onerror / unhandledrejection, interleaved with one line per network request rebuilt from the HAR. The file header explains what a panel-based capture can and cannot see versus Chrome’s native “Save as…”.
Network HAR (network_*.har) — getHAR() output wrapped to the valid HAR 1.2 { "log": { … } } shape so standard HAR viewers read it.
Storage (storage_*.json) — localStorage, sessionStorage and cookies for the inspected page. Same-origin only: storage is read from the page’s top frame; cookies are fetched by the background worker scoped to the page URL and re-checked against the host so no other domain’s data can leak in.

Install (unpacked)
Open chrome://extensions/.
Enable Developer mode (top-right).
Click Load unpacked and select this folder.
Open DevTools on any http/https page and switch to the SiteVault tab.
For the most complete capture, open the Network panel once and reload the page so every request and console message is recorded, then Save as ZIP.

Permissions
storage — remember your toggle choices.
cookies + host access — read the inspected page’s own cookies for the storage export. (Host access is used only for that; bodies are never re-fetched.)

Files
manifest.json           extension manifest (MV3)
devtools.html/.js       registers the DevTools panel
panel.html/.css/.js     the panel UI and save pipeline
content.js              document_start console capture (MAIN world)
background.js           service worker — reads page cookies for the panel
lib/zip.js              in-browser ZIP writer (CompressionStream + CRC32)
lib/paths.js            URL -> folder path resolution + de-duplication
lib/beautify.js         optional, dependency-free code formatter
lib/network-capture.js  no-refetch capture of network response bodies
lib/extras.js           console log / HAR / storage / network-response items
icons/                  toolbar / panel icons

Technical

Version
1.1.0
Manifest
V3
Size
33.99KiB
Min Chrome
94
Languages
1
Featured
No

Metadata

ID
haeckddbckdcmeogfndighieocdfnnpb
Developer ID
ua26470ace90e5afb37e930fcfb856f3b
Developer Email
[email protected]
Created
Jun 7, 2026
Last Updated (Store)
Jun 7, 2026
Last Scraped
Jun 8, 2026
Website
Support URL
Privacy Policy

Data sourced from the Chrome Web Store · last verified Jun 8, 2026.