Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
SingleFileZ is a Web Extension for saving web pages as self-extracting HTML/ZIP hybrid files.
JavaScript HTML CSS Shell
Branch: master
Clone or download
Latest commit 0722459 Jan 31, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
_locales fixed typo Jan 30, 2020
common added close button in the infobar Jan 16, 2020
examples updated examples Sep 23, 2019
extension ignore calls to document.open/write/close (see #34) Jan 31, 2020
lib/single-file added saveFavicon hidden option Jan 16, 2020
.eslintrc.js initial commit May 16, 2019
.gitignore
LICENSE initial commit May 16, 2019
README.MD moved demo file into gildas-lormeau/SingleFile-Demos Aug 24, 2019
build-extension.sh
faq.md updated help and faq Jan 30, 2020
manifest.json bump version Jan 31, 2020
privacy.md

README.MD

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, for example, 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

SingleFileZ is 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 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'.

To open saved pages from the filesystem in Safari, the option "Disable Local File Restrictions" must be selected in the "Develop" menu

Notes

  • JavaScript must be enabled to view saved pages.

FAQ

cf. https://github.com/gildas-lormeau/SingleFileZ/blob/master/faq.md

Icons

You can’t perform that action at this time.