Buscador de complementos para Firefox
  • Extensiones
  • Temas
    • para Firefox
    • Diccionarios y paquetes de idiomas
    • Otros sitios de navegadores
    • Complementos para Android
Cerrar sesión
Icono del complemento

Historial de versiones de Save In… - 25 versiones

Save In… por gyng

Se valoró con 4 de 5
4 estrellas de 5
5
54
4
24
3
8
2
3
1
15
Historial de versiones de Save In… - 25 versiones
  • ¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.

  • Última versión

    Versión 3.7.3

    Lanzada el 4 de may. de 2024 - 150.01 KB
    Compatible con firefox 42.0 y superiores
    - Firefox settings no longer disabled on the options page when in Firefox (#214)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Necesitarás Firefox para usar esta extensión
    Descarga Firefox y obtiene la extensión
    Descargar archivo
  • Versiones antiguas

    Versión 3.7.1

    Lanzada el 12 de feb. de 2023 - 149.85 KB
    Compatible con firefox 42.0 y superiores
    # 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!

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.7.0

    Lanzada el 10 de feb. de 2023 - 149.66 KB
    Compatible con firefox 42.0 y superiores

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.6.0

    Lanzada el 19 de mar. de 2022 - 143.27 KB
    Compatible con firefox 42.0 y superiores
    * Add support for multiple `capture` clauses (#160, @MaddyKakkoHeart)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.5.3

    Lanzada el 13 de jun. de 2021 - 142.53 KB
    Compatible con firefox 42.0 y superiores
    * Add "fetch via Fetch API" option for some incompatible sites (eg, Instagram) (#166)
    * Upgrade webextension-polyfill to 0.8.0

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.5.1

    Lanzada el 21 de dic. de 2019 - 142.31 KB
    Compatible con firefox 42.0 y superiores
    # 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.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.5.0

    Lanzada el 20 de may. de 2019 - 141.91 KB
    Compatible con firefox 42.0 y superiores
    * 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

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.4.1

    Lanzada el 27 de abr. de 2019 - 141.12 KB
    Compatible con firefox 42.0 y superiores
    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)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.4.0

    Lanzada el 2 de feb. de 2019 - 134.32 KB
    Compatible con firefox 42.0 y superiores
    * 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)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.3.0

    Lanzada el 27 de dic. de 2018 - 133.31 KB
    Compatible con firefox 42.0 y superiores
    * Add downloading of multiple highlighted tabs (FF63, #91)
    * Enable access keys for Firefox >= 63 (#91)
    * Add sv localisation by @Sopor- (#98, #99)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.2.0

    Lanzada el 8 de sep. de 2018 - 128.17 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    * Add option to set `Referer` header on downloads, disabled by default. Requires new permissions. (#66)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.1.3

    Lanzada el 5 de ago. de 2018 - 126.8 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 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)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.1.2

    Lanzada el 5 de ago. de 2018 - 126.78 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 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)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.1.1

    Lanzada el 5 de ago. de 2018 - 126.73 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 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
    ```

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.1.0

    Lanzada el 5 de ago. de 2018 - 126.62 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 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
    ```

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 3.0.0

    Lanzada el 26 de jul. de 2018 - 115.31 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 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.

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 2.7.1

    Lanzada el 19 de jul. de 2018 - 107.23 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    * Include credentials when firing `HEAD` to grab Content-Disposition (Firefox)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 2.7.0

    Lanzada el 14 de jul. de 2018 - 107.18 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    * Add option to prefer links over media (#75)
    * Use @Rob--W's Content-Disposition parser (#73)
    * Add localisation hooks to most things

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 2.6.2

    Lanzada el 6 de may. de 2018 - 99.02 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    * Fix import settings on options page being totally broken
    * Remove debug information and last download information from options

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 2.6.1

    Lanzada el 6 de may. de 2018 - 99.57 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    * Fix import settings on options page being totally broken

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 2.6.0

    Lanzada el 28 de abr. de 2018 - 99.5 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    * Add option to choose which mouse button to use for click-to-save (#60)
    * Add autocomplete dropdown in options page (#63)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 2.5.4

    Lanzada el 15 de mar. de 2018 - 90.01 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    * Fix overzealous leading dot sanitisation when rewriting filenames (#61)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 2.5.3

    Lanzada el 10 de feb. de 2018 - 88.41 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    * Throttle saving tabs from tabstrip, might fix random bugginess when saving (#57)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 2.5.1

    Lanzada el 3 de feb. de 2018 - 88.28 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    * Option to save tabs from the tabstrip. Choose to save tabs to right, and tabs opened from another tab. Firefox only. (#57)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
  • Versión 2.5.0

    Lanzada el 3 de feb. de 2018 - 88.28 KB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    * Option to save tabs from the tabstrip. Choose to save tabs to right, and tabs opened from another tab. Firefox only. (#57)

    Se publicó el código fuente bajo la licencia Licencia MIT

    Descargar archivo
Ir a la página de inicio de Mozilla

Complementos

  • Acerca de
  • Acerca de los complementos de Firefox
  • Taller de extensiones
  • Central del desarrollador
  • Normativas para desarrolladores
  • Blog Comunitario
  • Foro
  • Informar de un error
  • Guía de revisión

Navegadores

  • Desktop
  • Mobile
  • Enterprise

Productos

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

A menos que se indique lo contrario, el contenido de este sitio está licenciado bajo la licencia Creative Commons Reconocimiento Compartir-Igual v3.0 o una versión posterior.