Firefox-selaimen lisäosat
  • Laajennukset
  • Teemat
    • Firefoxille
    • Oikolukusanastot ja kielipaketit
    • Muiden selainten sivustot
    • Lisäosia Androidille
Kirjaudu sisään
Lisäosan kuvake

Lisäosan Tabhunter versiohistoria - 25 versiota

Tabhunter tekijä Eric Promislow

Arvioitu 4,1/5
4,1/5 tähteä
5
17
4
7
3
3
2
2
1
2
Lisäosan Tabhunter versiohistoria - 25 versiota
  • Ole varovainen vanhojen versioiden kanssa! Ne näytetään vain testauksen ja viittausten vuoksi.On suositeltavaa käyttää aina lisäosan uusinta versiota.

  • Uusin versio

    Versio 3.6.8

    Julkaistu 11. joulu 2024 - 97,46 kt
    Yhteensopivuus: firefox 58.0 ja uudemmat
    Now if you copy `URL+Title` the two parts are separated by spaces and a vertical bar (" | ") instead of a spaceless hyphen.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Tarvitset Firefoxin käyttääksesi tätä laajennusta
    Lataa Firefox ja hanki laajennus
    Lataa tiedosto
  • Vanhemmat versiot

    Versio 3.6.7

    Julkaistu 11. marras 2024 - 97,46 kt
    Yhteensopivuus: firefox 58.0 ja uudemmat
    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!

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.6.2

    Julkaistu 17. huhti 2024 - 102,73 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    Housekeeping change. Should be no noticeable difference since the last version.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.6.0

    Julkaistu 15. maalis 2024 - 102,7 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.5.2

    Julkaistu 18. maalis 2023 - 102,56 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.5.1

    Julkaistu 16. maalis 2023 - 102,61 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    No visible changes from 3.5.0

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.5.0

    Julkaistu 15. maalis 2023 - 102,63 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    You can now press the Delete or Backspace key to close selected tabs.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.3.0

    Julkaistu 23. maalis 2021 - 102,6 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.2.4

    Julkaistu 5. heinä 2020 - 101,71 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.2.3

    Julkaistu 3. heinä 2020 - 101,8 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.2.2

    Julkaistu 2. heinä 2020 - 101,58 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.2.0

    Julkaistu 2. heinä 2020 - 101,52 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.1.2

    Julkaistu 1. heinä 2020 - 98,3 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    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

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.1.1

    Julkaistu 1. heinä 2020 - 98,35 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    Support for reloading the selected tabs.

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

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.1.0

    Julkaistu 30. kesä 2020 - 98,18 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    Support for SelectAll -- triggerable with the new "Select All" button or with the Ctrl-A key (also Cmd-A on macos)

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.0.5

    Julkaistu 23. touko 2019 - 98,76 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.0.4

    Julkaistu 7. syys 2018 - 95,25 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    When using up- or down-arrow to move through the list, tabhunter ensures the current line is scrolled into view.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.0.3

    Julkaistu 16. kesä 2018 - 95,14 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Add a green fade to matches when searching text inside tabs

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.0.1

    Julkaistu 13. kesä 2018 - 94,65 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat, android versiosta 48.0 versioon 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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 3.0.0

    Julkaistu 12. kesä 2018 - 94,48 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat, android versiosta 48.0 versioon 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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 2.2.7

    Julkaistu 6. kesä 2018 - 90,8 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Reinstate add-on page prefs

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 2.2.6

    Julkaistu 4. kesä 2018 - 90,56 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Animate closing tabs

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 2.2.5

    Julkaistu 2. kesä 2018 - 90,27 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Disable drag/drop in reverse mode. Also make dragging tabs forward more resilient.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 2.2.4

    Julkaistu 1. kesä 2018 - 89,42 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat, android versiosta 48.0 versioon 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.

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
  • Versio 2.2.3

    Julkaistu 27. touko 2018 - 90,06 kt
    Yhteensopivuus: firefox 48.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Fixes:
    * Hide the sort-by-neglect radio button from Chrome
    * Fix the readable form of the timespan a tab has been neglected

    Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 1.1 (MPL)

    Lataa tiedosto
Siirry Mozillan verkkosivustolle

Lisäosat

  • Tietoja
  • Firefox-lisäosien blogi
  • Laajennustyöpaja
  • Kehityskeskus
  • Kehittäjäkäytännöt
  • Yhteisön blogi
  • Keskustelualue
  • Ilmoita ongelmasta
  • Opas arviointiin

Selaimet

  • Desktop
  • Mobile
  • Enterprise

Tuotteet

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Tietosuoja
  • Evästeet
  • Juridiset asiat

Jos ei erikseen mainita, tämän sivuston sisällön kattaa lisenssi Creative Commons Attribution Share-Alike License v3.0 tai mikä tahansa uudempi versio.