A Firefox WebExtension to save webpages to web.archive.org

zPlus 5b5b5373db Move source from src/ to root. 6 years ago
docs 4838fe7349 Remove screencast 8 years ago
options 5b5b5373db Move source from src/ to root. 6 years ago
.gitignore 5b5b5373db Move source from src/ to root. 6 years ago
LICENSE d349568f7d Add LICENSE 8 years ago
README.md 6aa1d05df6 Change keyboard shortcut and update documentation. 6 years ago
archive.js 5b5b5373db Move source from src/ to root. 6 years ago
icon.svg 5b5b5373db Move source from src/ to root. 6 years ago
manifest.json 5b5b5373db Move source from src/ to root. 6 years ago

README.md

This software is a WebExtension to save web pages to the Wayback Machine.

Use

This WebExtension offers three ways to save the current page to Archive.org

  1. Use the keyboard shortcut Ctrl+Period

  2. Click on the toolbar icon

Save to Archive.org

  1. Select the item on the context menu

Save to Archive.org

Installation

Visit addons.mozilla.org

Development

Run/Debug

  • $ cd extension/path/
  • $ web-ext run --firefox-binary=...

Build package (XPI)

  • $ cd extension/path/
  • $ web-ext build

Sign

Signing the source code is required by Mozilla, otherwise the extension will not be installed.

Mozilla will sign the app themselves before publishing it to addons.mozilla.org.

If you want to sign your own version of this extension, follow these steps:

  1. Build your XPI locally (see above)
  2. Create an account at addons.mozilla.org
  3. Follow the website to upload your XPI
  4. You should now be able to download the signed XPI from the website

License

Licensed under the GNU General Public License, either version 3 or (at your option) any later version.