SingleFile Companion Lite
Find a file
2025-03-27 16:21:10 +01:00
install bump version 2023-02-07 01:55:03 +01:00
src fix scripts 2023-12-26 16:14:18 +01:00
.gitignore add .gitignore 2023-02-07 00:11:40 +01:00
build.sh make executable 2023-02-07 00:09:17 +01:00
LICENSE add license 2022-06-02 00:10:49 +02:00
package-lock.json bump version 2023-02-07 01:55:03 +01:00
package.json bump version 2023-02-07 01:55:03 +01:00
README.MD update link 2025-03-27 16:21:10 +01:00

SingleFile Companion Lite

SingleFile Companion Lite is a program that runs outside the browser. It allows you to save pages in another folder than the browser's download folder.

It uses the Native Messaging API to communicate with SingleFile.

Install

  • Download the zip file corresponding to your OS and your browser:

  • Unzip the file in an empty folder somewhere on your disk an run install

  • Note: for *nix installs, you will need to 'chmod +x' for the install, uninstall, and SingleFileCompanionLite executables

  • Enable the option Destination > save with SingleFile Companion in SingleFile

By default, pages are saved in the ./WebArchives/ folder.

Options

The options.json file allows configuring SingleFile Companion Lite. Here are the entries you can edit:

  • savePath: path where to save files (default: ./WebArchives/)
  • errorFilePath: path of the file where errors are stored (default: undefined)