A WebExtension to make archiving of web pages a little bit easier.
|
4 years ago | |
---|---|---|
docs | 4 years ago | |
options | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
archive.js | 4 years ago | |
icon.svg | 4 years ago | |
manifest.json | 4 years ago |
This software is a WebExtension to make archiving of web pages a little bit easier. It currently supports archiving to the Internet Archive and to Archive Today.
This WebExtension offers four ways to archive a page:
Use the keyboard shortcut Ctrl+Period
Click on the toolbar icon
By default, pages are archived only at the Internet Archive. To enable other services look at the "Preferences" page.
Visit addons.mozilla.org
$ cd
to project root$ web-ext run --verbose --firefox-binary=... --start-url ...
$ cd
to project root$ web-ext build
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:
Licensed under the GNU General Public License, either version 3 or (at your option) any later version.