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

Historial de versiones de Tabhunter - 25 versiones

Tabhunter por Eric Promislow

Se valoró con 4,1 de 5
4,1 estrellas de 5
5
17
4
6
3
3
2
2
1
2
Historial de versiones de Tabhunter - 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.6.8

    Lanzada el 11 de dic. de 2024 - 97,46 KB
    Compatible con firefox 58.0 y superiores
    Now if you copy `URL+Title` the two parts are separated by spaces and a vertical bar (" | ") instead of a spaceless hyphen.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

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

    Versión 3.6.7

    Lanzada el 11 de nov. de 2024 - 97,46 KB
    Compatible con firefox 58.0 y superiores
    You can now put `{!:}` at the start of your pattern to negate it -- hides all tabs that match the pattern.

    Change courtesy of github user dnwe in PR 132!

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.6.2

    Lanzada el 17 de abr. de 2024 - 102,73 KB
    Compatible con firefox 48.0 y superiores
    Housekeeping change. Should be no noticeable difference since the last version.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.6.0

    Lanzada el 15 de mar. de 2024 - 102,7 KB
    Compatible con firefox 48.0 y superiores
    Version 3.6.0 is for people who like to sort tabs by Window + Tab Order:

    The sort option is closer to the top of the prefs screen - no need to scroll to get at it.

    When sorting by Window + Tab order, you see the number of the current window. This small feature makes it easier to cull duplicate tabs with more precision.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.5.2

    Lanzada el 18 de mar. de 2023 - 102,56 KB
    Compatible con firefox 48.0 y superiores
    Undoing the change that made the delete key close tabs. It now deletes characters in the pattern field, or in other input text fields, and otherwise does nothing.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.5.1

    Lanzada el 16 de mar. de 2023 - 102,61 KB
    Compatible con firefox 48.0 y superiores
    No visible changes from 3.5.0

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.5.0

    Lanzada el 15 de mar. de 2023 - 102,63 KB
    Compatible con firefox 48.0 y superiores
    You can now press the Delete or Backspace key to close selected tabs.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.3.0

    Lanzada el 23 de mar. de 2021 - 102,6 KB
    Compatible con firefox 48.0 y superiores
    Two small fixes:
    1. Check if `this.dontFunc` is set before calling it. This is a post-search function that runs some other code after all the matches have been made, so the error`this.dontFunc is not defined` had no effect.

    2. If the target window isn't minimized, don't change its state. This was causing maximized windows to be restored to "normal" state.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.2.4

    Lanzada el 5 de jul. de 2020 - 101,71 KB
    Compatible con firefox 48.0 y superiores
    Finally worked out a good way for handling large numbers of tabs (like 1000+):

    Everything is still synchronous, except after 100 entries have been put in a
    cleared listbox, the remaining ones are added asynchronously. This gives
    priority to modifying the pattern without any sluggishness.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.2.3

    Lanzada el 3 de jul. de 2020 - 101,8 KB
    Compatible con firefox 48.0 y superiores
    This version improves the way lists are built asynchronously

    Matching existing tabs and building the list of matches can now be
    interrupted when a new character is entered in the pattern field.
    This should make Tabhunter more responsive for people who typically
    deal with very large numbers of tabs (on the order of 1000 or more).

    People dealing with much smaller numbers might notice a tiny delay,
    around 100 milliseconds, which theoretically is perceived as instantaneous.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.2.2

    Lanzada el 2 de jul. de 2020 - 101,58 KB
    Compatible con firefox 48.0 y superiores
    When there are more than 1000 tabs loaded, Tabhunter delays processing the list after each keypress in the Pattern field.

    For the math-inclined, it waits for 100 milleseconds before starting processing when there are 1000 tabs loaded, and that figure increases with the base10 log of the number of loaded tabs.

    Once processing starts, tabhunter won't allow the pattern to be changed until it's finished processing.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.2.0

    Lanzada el 2 de jul. de 2020 - 101,52 KB
    Compatible con firefox 48.0 y superiores
    If you're using a dark theme, the tabhunter popup now uses simple dark-mode styles. Most text will be white or light grey, and backgrounds will be black or very dark grey.

    This applies only for themes that affect the color of text objects.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.1.2

    Lanzada el 1 de jul. de 2020 - 98,3 KB
    Compatible con firefox 48.0 y superiores
    Change keybinding for "Select All" to shift-ctrl-A to avoid conflicts with select-all-text
    in the pattern field, and show-Addons on macos

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.1.1

    Lanzada el 1 de jul. de 2020 - 98,35 KB
    Compatible con firefox 48.0 y superiores
    Support for reloading the selected tabs.

    The "Reload" button is in the "More..." panel next to the Activate and Deactivate buttons

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.1.0

    Lanzada el 30 de jun. de 2020 - 98,18 KB
    Compatible con firefox 48.0 y superiores
    Support for SelectAll -- triggerable with the new "Select All" button or with the Ctrl-A key (also Cmd-A on macos)

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.0.5

    Lanzada el 23 de may. de 2019 - 98,76 KB
    Compatible con firefox 48.0 y superiores
    No changes in the add-on itself, but downloads were broken, most likely because the current version (3.0.4) was signed with an now-expired cert.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.0.4

    Lanzada el 7 de sep. de 2018 - 95,25 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    When using up- or down-arrow to move through the list, tabhunter ensures the current line is scrolled into view.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.0.3

    Lanzada el 16 de jun. de 2018 - 95,14 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    Add a green fade to matches when searching text inside tabs

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.0.1

    Lanzada el 13 de jun. de 2018 - 94,65 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    Improvements in searching text:
    * Update the list of matched tabs as we go
    * Support a 'regex:' and 'xpath:' prefx on the text patterns because there are too many false positives with regexes for intended xpath expressions.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 3.0.0

    Lanzada el 12 de jun. de 2018 - 94,48 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    Reinstate searching text in tabs, but now only loaded, non-about: tabs are supported.

    Press the "Search text in tabs" button to get to the secondary pattern.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 2.2.7

    Lanzada el 6 de jun. de 2018 - 90,8 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    Reinstate add-on page prefs

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 2.2.6

    Lanzada el 4 de jun. de 2018 - 90,56 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    Animate closing tabs

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 2.2.5

    Lanzada el 2 de jun. de 2018 - 90,27 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    Disable drag/drop in reverse mode. Also make dragging tabs forward more resilient.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 2.2.4

    Lanzada el 1 de jun. de 2018 - 89,42 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    Default startup keys are now:
    Shift-Ctrl-T on Macos
    Ctrl-5 on Linux
    Shift-Ctrl-S on Windows

    None of these are guaranteed to work, depending on how the browser's current configuration. But you can change them in the prefs section.

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

    Descargar archivo
  • Versión 2.2.3

    Lanzada el 27 de may. de 2018 - 90,06 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    Fixes:
    * Hide the sort-by-neglect radio button from Chrome
    * Fix the readable form of the timespan a tab has been neglected

    Se publicó el código fuente bajo la licencia Licencia Pública de Mozilla 1.1

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

Complementos

  • Acerca de
  • Blog de complementos de Firefox
  • Taller de extensiones
  • Central del desarrollador
  • Normativas para desarrolladores
  • Blog de la comunidad
  • 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.