Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

Save In… version history - 25 versions

Save In… by gyng

Rated 4 out of 5
4 Stars out of 5
5
54
4
24
3
8
2
3
1
15
Save In… version history - 25 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 3.7.3

    Released 4 May 2024 - 150.01 kB
    Works with firefox 42.0 and later
    - Firefox settings no longer disabled on the options page when in Firefox (#214)

    Source code released under MIT Licence

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 3.7.1

    Released 12 Feb 2023 - 149.85 kB
    Works with firefox 42.0 and later
    # 3.7.1

    * Fix invalid default menu configuration
    * Now notifies by default for successful downloads
    * Fix light mode icon for last used menu item being white
    * Refactor context menu creation, might help with #200

    # 3.7.0

    This update might require a change in your muscle memories. Previously all submenus of the same depth would have their shortcut keys increment even if they had different parents. That's now been fixed. Thanks,
    @mfaizsyahmi!

    If you want to use your old buggy shortcut again, use the new `(key: <VALUE>)` comment (eg, `menu // (key: 1)`), which will override the automatically-assigned shortcut with `1`.

    * Reset accessKey count on every submenu. (#198, #199). Thanks @mfaizsyahmi!
    * Add new meta comment to override accessKey
    * Use white icon for previous entry in dark mode (#184)
    * Add basic history to options page (#159)

    It's been difficult getting motivation to work on save-in, especially with the poor code quality, stalled TypeScript changes, and impending v3 manifest changes. Sorry if I've disappointed anyone! I still have grand dreams of rewriting this extension to make it maintainable, but my energy is being and has been sucked up by $DAY_JOB!

    Source code released under MIT Licence

    Download file
  • Version 3.7.0

    Released 10 Feb 2023 - 149.66 kB
    Works with firefox 42.0 and later

    Source code released under MIT Licence

    Download file
  • Version 3.6.0

    Released 19 Mar 2022 - 143.27 kB
    Works with firefox 42.0 and later
    * Add support for multiple `capture` clauses (#160, @MaddyKakkoHeart)

    Source code released under MIT Licence

    Download file
  • Version 3.5.3

    Released 13 Jun 2021 - 142.53 kB
    Works with firefox 42.0 and later
    * Add "fetch via Fetch API" option for some incompatible sites (eg, Instagram) (#166)
    * Upgrade webextension-polyfill to 0.8.0

    Source code released under MIT Licence

    Download file
  • Version 3.5.1

    Released 21 Dec 2019 - 142.31 kB
    Works with firefox 42.0 and later
    # 3.5.1

    * Fix text not visible in dark mode (#112)
    * Fix some potential bugs with filename and source URL routing
    * Fix dashes in aliases breaking download paths (#124)
    * Fix separators in submenus not being treated as special directories (#117)
    * Fix Click-to-save not working for middle and right mouse buttons (#116)
    * Update sv localisation (#119, @Sopor)
    * Update vendored mozilla/webextension-polyfill to 0.5
    * Refactor `legacyDownloadInfo` out from code

    Many thanks to everyone using this extension, and especially to all contributors and bug-reporters. I would like to apologise for the late update.

    Source code released under MIT Licence

    Download file
  • Version 3.5.0

    Released 20 May 2019 - 141.91 kB
    Works with firefox 42.0 and later
    * Make options page support dark mode for Firefox (#112)
    * Add unofficially (unsupported) onMessageExternal listener for use with other extensions such as Foxy Gestures (#110)
    See wiki at https://github.com/gyng/save-in/wiki/Use-with-Foxy-Gestures

    Source code released under MIT Licence

    Download file
  • Version 3.4.1

    Released 27 Apr 2019 - 141.12 kB
    Works with firefox 42.0 and later
    This is a minor update that mainly contains bugfixes for the Chrome version. This update is to maintain version parity across browsers.

    * Add favicon to options page (#108)
    * Various fixes for Chrome (#109, #66)

    Source code released under MIT Licence

    Download file
  • Version 3.4.0

    Released 2 Feb 2019 - 134.32 kB
    Works with firefox 42.0 and later
    * Add option to always prefer links when downloading from pages that match a regex list of URLs (#100)
    * Add notification option for when a link is downloaded instead of the source
    * Add option to close tabs marked for saving (FF, #68)

    Source code released under MIT Licence

    Download file
  • Version 3.3.0

    Released 27 Dec 2018 - 133.31 kB
    Works with firefox 42.0 and later
    * Add downloading of multiple highlighted tabs (FF63, #91)
    * Enable access keys for Firefox >= 63 (#91)
    * Add sv localisation by @Sopor- (#98, #99)

    Source code released under MIT Licence

    Download file
  • Version 3.2.0

    Released 8 Sep 2018 - 128.17 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Add option to set `Referer` header on downloads, disabled by default. Requires new permissions. (#66)

    Source code released under MIT Licence

    Download file
  • Version 3.1.3

    Released 5 Aug 2018 - 126.8 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Add nl localisation (Thanks @80486dx, #72)

    * Add menu item aliasing (#64)

    To use this, put an `(alias: <display name="">)` in the comments for that line. For example:

    ```
    cats // (alias: actually dogs)
    ```

    * Add submenu support (#26)

    To use this, add `>`s at the start of the line. For example:

    ```
    submenu
    >mammals
    >>i/cats
    >>i/dogs
    ```

    * Fix export settings not exporting updated settings after changing them (#83)

    * Improve checkmark styling in options page (#84)

    Source code released under MIT Licence

    Download file
  • Version 3.1.2

    Released 5 Aug 2018 - 126.78 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Add nl localisation (Thanks @80486dx, #72)

    * Add menu item aliasing (#64)

    To use this, put an `(alias: <display name="">)` in the comments for that line. For example:

    ```
    cats // (alias: actually dogs)
    ```

    * Add submenu support (#26)

    To use this, add `>`s at the start of the line. For example:

    ```
    submenu
    >mammals
    >>i/cats
    >>i/dogs
    ```
    * Fix export settings not exporting updated settings after changing them (#83)

    * Improve checkmark styling in options page (#84)

    Source code released under MIT Licence

    Download file
  • Version 3.1.1

    Released 5 Aug 2018 - 126.73 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Add nl localisation (Thanks @80486dx, #72)

    * Add menu item aliasing (#64)

    To use this, put an `(alias: <display name="">)` in the comments for that line. For example:

    ```
    cats // (alias: actually dogs)
    ```

    * Add submenu support (#26)

    To use this, add `>`s at the start of the line. For example:

    ```
    submenu
    >mammals
    >>i/cats
    >>i/dogs
    ```

    Source code released under MIT Licence

    Download file
  • Version 3.1.0

    Released 5 Aug 2018 - 126.62 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Add nl localisation (Thanks @80486dx, #72)

    * Add menu item aliasing (#64)

    To use this, put an `(alias: <display name="">)` in the comments for that line. For example:

    ```
    cats // (alias: actually dogs)
    ```

    * Add submenu support (#26)

    To use this, add `>`s at the start of the line. For example:

    ```
    submenu
    >mammals
    >>i/cats
    >>i/dogs
    ```

    Source code released under MIT Licence

    Download file
  • Version 3.0.0

    Released 26 Jul 2018 - 115.31 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Add variables view to last download in options
    * Fix routing failing in some cases (regression) (#80)

    There is a major version bump because of a slight change in routing rule behaviour for Chrome. There is no change to Firefox.

    Source code released under MIT Licence

    Download file
  • Version 2.7.1

    Released 19 Jul 2018 - 107.23 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Include credentials when firing `HEAD` to grab Content-Disposition (Firefox)

    Source code released under MIT Licence

    Download file
  • Version 2.7.0

    Released 14 Jul 2018 - 107.18 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Add option to prefer links over media (#75)
    * Use @Rob--W's Content-Disposition parser (#73)
    * Add localisation hooks to most things

    Source code released under MIT Licence

    Download file
  • Version 2.6.2

    Released 6 May 2018 - 99.02 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Fix import settings on options page being totally broken
    * Remove debug information and last download information from options

    Source code released under MIT Licence

    Download file
  • Version 2.6.1

    Released 6 May 2018 - 99.57 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Fix import settings on options page being totally broken

    Source code released under MIT Licence

    Download file
  • Version 2.6.0

    Released 28 Apr 2018 - 99.5 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Add option to choose which mouse button to use for click-to-save (#60)
    * Add autocomplete dropdown in options page (#63)

    Source code released under MIT Licence

    Download file
  • Version 2.5.4

    Released 15 Mar 2018 - 90.01 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Fix overzealous leading dot sanitisation when rewriting filenames (#61)

    Source code released under MIT Licence

    Download file
  • Version 2.5.3

    Released 10 Feb 2018 - 88.41 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Throttle saving tabs from tabstrip, might fix random bugginess when saving (#57)

    Source code released under MIT Licence

    Download file
  • Version 2.5.1

    Released 3 Feb 2018 - 88.28 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Option to save tabs from the tabstrip. Choose to save tabs to right, and tabs opened from another tab. Firefox only. (#57)

    Source code released under MIT Licence

    Download file
  • Version 2.5.0

    Released 3 Feb 2018 - 88.28 kB
    Works with firefox 42.0 and later, android 48.0 to 68.*
    * Option to save tabs from the tabstrip. Choose to save tabs to right, and tabs opened from another tab. Firefox only. (#57)

    Source code released under MIT Licence

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike Licence v3.0 or any later version.