Firefox Addons
Chrome Web Store
Releases
A web extension for Firefox and Chrome.
Adds a context menu to save media {image, video, audio, link, selection, page} in user-defined folders or directories relative to the default download location.
Save into dynamically named directories.
Flexible rules-based download renaming and routing.
Option to save as shortcuts {.url, .desktop, .html redirect}.
The WebExtension API only allows saving into directories relative to the default download directory. Symlinks can be used to get around this limitation:
Linux/Mac:
ln -s /path/to/actual /default_download_dir/symlink
Windows:
mklink /d \default_download_dir\symlink \path\to\actual
Make sure the actual directories exist, or downloads will silently fail.
Configure before use.
yarn install
yarn d
to start a dev Firefox instance using web-extyarn prettier
and/or yarn prettier:write
yarn lint
and/or yarn lint:fix
yarn test
and/or yarn test:watch
yarn build
to create a zip in web-ext-artifacts
directoryWEB_EXT_API_KEY
(JWT issuer) and WEB_EXT_API_SECRET
yarn build:firefox:submit
to sign and upload to AMO (Firefox Addons), or manually upload at Firefox Addonsyarn build:firefox:submit
also generates an XPI for manual distributionThe source code for this extension is available at https://github.com/gyng/save-in.
The archive containing this library can be downloaded from https://github.com/yuku-t/textcomplete/releases/download/v0.17.1/textcomplete-0.17.1.tgz
The vendored source for the minified Textcomplete library is obtained from within the archive located at package/dist/textcomplete.min.js
This link to the archive was retrieved from https://github.com/yuku-t/textcomplete/releases. The minified source is included with the source of this addon in src/options/vendor/textcomplete/textcomplete.min.js
yarn install
installs the dependencies for the library
yarn build:dist
builds the distribution for the library
Pull requests, bug reports, and issues are welcome.
Localisations kindly contributed by