תוספות לדפדפן Firefox
  • הרחבות
  • ערכות נושא
    • עבור Firefox
    • מילונים וחבילות שפה
    • אתרי דפדפנים אחרים
    • תוספות עבור Android
כניסה
הסמל של התוספת

היסטוריית גרסאות עבור Tabhunter - ‏25 גרסאות

Tabhunter Eric Promislow מאת

דירוג 4.1 מתוך 5
4.1 כוכבים מתוך 5
5
17
4
7
3
3
2
2
1
2
היסטוריית גרסאות עבור Tabhunter - ‏25 גרסאות
  • יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.

  • הגרסה העדכנית ביותר

    גרסה 3.6.8

    תאריך שחרור: 11 דצמ׳ 2024 - 97.46 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Now if you copy `URL+Title` the two parts are separated by spaces and a vertical bar (" | ") instead of a spaceless hyphen.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    יש צורך ב־Firefox כדי להשתמש בהרחבה זו
    הורדת Firefox וקבלת ההרחבה
    הורדת קובץ
  • גרסאות ישנות יותר

    גרסה 3.6.7

    תאריך שחרור: 11 נוב׳ 2024 - 97.46 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    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!

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.6.2

    תאריך שחרור: 17 אפר׳ 2024 - 102.73 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    Housekeeping change. Should be no noticeable difference since the last version.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.6.0

    תאריך שחרור: 15 מרץ 2024 - 102.7 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.5.2

    תאריך שחרור: 18 מרץ 2023 - 102.56 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.5.1

    תאריך שחרור: 16 מרץ 2023 - 102.61 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    No visible changes from 3.5.0

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.5.0

    תאריך שחרור: 15 מרץ 2023 - 102.63 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    You can now press the Delete or Backspace key to close selected tabs.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.3.0

    תאריך שחרור: 23 מרץ 2021 - 102.6 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.2.4

    תאריך שחרור: 5 יולי 2020 - 101.71 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.2.3

    תאריך שחרור: 3 יולי 2020 - 101.8 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.2.2

    תאריך שחרור: 2 יולי 2020 - 101.58 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.2.0

    תאריך שחרור: 2 יולי 2020 - 101.52 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.1.2

    תאריך שחרור: 1 יולי 2020 - 98.3 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    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

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.1.1

    תאריך שחרור: 1 יולי 2020 - 98.35 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    Support for reloading the selected tabs.

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

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.1.0

    תאריך שחרור: 30 יוני 2020 - 98.18 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    Support for SelectAll -- triggerable with the new "Select All" button or with the Ctrl-A key (also Cmd-A on macos)

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.0.5

    תאריך שחרור: 23 מאי 2019 - 98.76 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.0.4

    תאריך שחרור: 7 ספט׳ 2018 - 95.25 ק״ב
    עובד עם ‏firefox 48.0 ומעלה, ‏android 48.0 עד 68.*
    When using up- or down-arrow to move through the list, tabhunter ensures the current line is scrolled into view.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.0.3

    תאריך שחרור: 16 יוני 2018 - 95.14 ק״ב
    עובד עם ‏firefox 48.0 ומעלה, ‏android 48.0 עד 68.*
    Add a green fade to matches when searching text inside tabs

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.0.1

    תאריך שחרור: 13 יוני 2018 - 94.65 ק״ב
    עובד עם ‏firefox 48.0 ומעלה, ‏android 48.0 עד 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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 3.0.0

    תאריך שחרור: 12 יוני 2018 - 94.48 ק״ב
    עובד עם ‏firefox 48.0 ומעלה, ‏android 48.0 עד 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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 2.2.7

    תאריך שחרור: 6 יוני 2018 - 90.8 ק״ב
    עובד עם ‏firefox 48.0 ומעלה, ‏android 48.0 עד 68.*
    Reinstate add-on page prefs

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 2.2.6

    תאריך שחרור: 4 יוני 2018 - 90.56 ק״ב
    עובד עם ‏firefox 48.0 ומעלה, ‏android 48.0 עד 68.*
    Animate closing tabs

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 2.2.5

    תאריך שחרור: 2 יוני 2018 - 90.27 ק״ב
    עובד עם ‏firefox 48.0 ומעלה, ‏android 48.0 עד 68.*
    Disable drag/drop in reverse mode. Also make dragging tabs forward more resilient.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 2.2.4

    תאריך שחרור: 1 יוני 2018 - 89.42 ק״ב
    עובד עם ‏firefox 48.0 ומעלה, ‏android 48.0 עד 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.

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
  • גרסה 2.2.3

    תאריך שחרור: 27 מאי 2018 - 90.06 ק״ב
    עובד עם ‏firefox 48.0 ומעלה, ‏android 48.0 עד 68.*
    Fixes:
    * Hide the sort-by-neglect radio button from Chrome
    * Fix the readable form of the timespan a tab has been neglected

    קוד המקור משוחרר תחת Mozilla Public License 1.1

    הורדת קובץ
מעבר לדף הבית של Mozilla

תוספות

  • על אודות
  • בלוג התוספות של Firefox
  • Extension Workshop
  • מרכז המפתחים
  • מדיניות למפתחים
  • בלוג קהילה
  • פורום
  • דיווח על תקלה
  • מדריך סקירה

דפדפנים

  • Desktop
  • Mobile
  • Enterprise

מוצרים

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • פרטיות
  • עוגיות
  • מידע משפטי

למעט היכן שצוין אחרת, התוכן באתר זה מוגש בכפוף לגרסה 3.0 של הרשיון Creative Commons Attribution Share-Alike או כל גרסה עדכנית יותר.