Dodatki do przeglądarki Firefox
  • Rozszerzenia
  • Motywy
    • do Firefoksa
    • Słowniki i pakiety językowe
    • Inne strony
    • Dodatki na Androida
Zaloguj się
Ikona dodatku

Historia wersji dodatku Tabhunter — 25 wersji

Tabhunter Autor: Eric Promislow

Ocena: 4,1/5
4,1 gwiazdek/5
5
17
4
7
3
3
2
2
1
2
Historia wersji dodatku Tabhunter — 25 wersji
  • Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.

  • Najnowsza wersja

    Wersja 3.6.8

    Data wydania: 11 gru 2024 — 97,46 KB
    Działa z: firefox 58.0 i nowsze
    Now if you copy `URL+Title` the two parts are separated by spaces and a vertical bar (" | ") instead of a spaceless hyphen.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Potrzebujesz Firefoksa, aby używać tego rozszerzenia
    Pobierz Firefoksa i to rozszerzenie
    Pobierz plik
  • Poprzednie wersje

    Wersja 3.6.7

    Data wydania: 11 lis 2024 — 97,46 KB
    Działa z: firefox 58.0 i nowsze
    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!

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.6.2

    Data wydania: 17 kwi 2024 — 102,73 KB
    Działa z: firefox 48.0 i nowsze
    Housekeeping change. Should be no noticeable difference since the last version.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.6.0

    Data wydania: 15 mar 2024 — 102,7 KB
    Działa z: firefox 48.0 i nowsze
    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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.5.2

    Data wydania: 18 mar 2023 — 102,56 KB
    Działa z: firefox 48.0 i nowsze
    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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.5.1

    Data wydania: 16 mar 2023 — 102,61 KB
    Działa z: firefox 48.0 i nowsze
    No visible changes from 3.5.0

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.5.0

    Data wydania: 15 mar 2023 — 102,63 KB
    Działa z: firefox 48.0 i nowsze
    You can now press the Delete or Backspace key to close selected tabs.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.3.0

    Data wydania: 23 mar 2021 — 102,6 KB
    Działa z: firefox 48.0 i nowsze
    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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.2.4

    Data wydania: 5 lip 2020 — 101,71 KB
    Działa z: firefox 48.0 i nowsze
    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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.2.3

    Data wydania: 3 lip 2020 — 101,8 KB
    Działa z: firefox 48.0 i nowsze
    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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.2.2

    Data wydania: 2 lip 2020 — 101,58 KB
    Działa z: firefox 48.0 i nowsze
    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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.2.0

    Data wydania: 2 lip 2020 — 101,52 KB
    Działa z: firefox 48.0 i nowsze
    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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.1.2

    Data wydania: 1 lip 2020 — 98,3 KB
    Działa z: firefox 48.0 i nowsze
    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

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.1.1

    Data wydania: 1 lip 2020 — 98,35 KB
    Działa z: firefox 48.0 i nowsze
    Support for reloading the selected tabs.

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

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.1.0

    Data wydania: 30 cze 2020 — 98,18 KB
    Działa z: firefox 48.0 i nowsze
    Support for SelectAll -- triggerable with the new "Select All" button or with the Ctrl-A key (also Cmd-A on macos)

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.0.5

    Data wydania: 23 maj 2019 — 98,76 KB
    Działa z: firefox 48.0 i nowsze
    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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.0.4

    Data wydania: 7 wrz 2018 — 95,25 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 68.*
    When using up- or down-arrow to move through the list, tabhunter ensures the current line is scrolled into view.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.0.3

    Data wydania: 16 cze 2018 — 95,14 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 68.*
    Add a green fade to matches when searching text inside tabs

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.0.1

    Data wydania: 13 cze 2018 — 94,65 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 3.0.0

    Data wydania: 12 cze 2018 — 94,48 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 2.2.7

    Data wydania: 6 cze 2018 — 90,8 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 68.*
    Reinstate add-on page prefs

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 2.2.6

    Data wydania: 4 cze 2018 — 90,56 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 68.*
    Animate closing tabs

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 2.2.5

    Data wydania: 2 cze 2018 — 90,27 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 68.*
    Disable drag/drop in reverse mode. Also make dragging tabs forward more resilient.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 2.2.4

    Data wydania: 1 cze 2018 — 89,42 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 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.

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
  • Wersja 2.2.3

    Data wydania: 27 maj 2018 — 90,06 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 68.*
    Fixes:
    * Hide the sort-by-neglect radio button from Chrome
    * Fix the readable form of the timespan a tab has been neglected

    Licencja kodu źródłowego: Mozilla Public License 1.1

    Pobierz plik
Strona domowa Mozilli

Dodatki

  • O serwisie
  • Blog dodatków do Firefoksa
  • Warsztat rozszerzeń
  • Strefa autora
  • Zasady programistów
  • Blog społeczności
  • Forum
  • Zgłoś błąd
  • Wytyczne recenzji

Przeglądarki

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Prywatność
  • Ciasteczka
  • Kwestie prawne

O ile nie wskazano inaczej, treść tej strony jest dostępna na warunkach licencji Creative Commons Attribution Share-Alike w wersji 3.0 lub nowszej.