/SingleFileZ

SingleFileZ is a Web Extension for saving web pages as self-extracting HTML/ZIP hybrid files.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

SingleFileZ

SingleFileZ is a fork of SingleFile that allows you to save a webpage as a self-extracting HTML file. This HTML file is also a valid ZIP file which contains the resources (images, fonts, stylesheets and frames) of the saved page. This ZIP file can be unzipped on the filesystem in order to view the page in a browser that would not support pages saved with SingleFileZ.

Demo

Examples

Here is an example of page produced by SingleFileZ: https://gildas-lormeau.github.io. Other examples of files can be found here: https://github.com/gildas-lormeau/SingleFileZ/tree/master/examples

Download

Today, SingleFileZ is only available on Firefox and Chrome. You can download the extension here:

To open saved pages from the filesystem in a Chromium-based browser, SingleFileZ must be already installed and the option "Allow access to file URLs" must be enabled in the details page of the extension (chrome://extensions/?id=offkdfbbigofcgdokjemgjpdockaafjg). Otherwise, the browser must be started with the switch '--allow-file-access-from-files'.

Notes

  • JavaScript must be enabled to view saved pages.

This is a work in progress