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

    發行於 2024年12月11日 - 97.46 KB
    適用於 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

    發行於 2024年11月11日 - 97.46 KB
    適用於 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

    發行於 2024年4月17日 - 102.73 KB
    適用於 firefox 48.0 與更新版本
    Housekeeping change. Should be no noticeable difference since the last version.

    原始碼依照 Mozilla Public License 1.1 條款釋出

    下載檔案
  • 版本 3.6.0

    發行於 2024年3月15日 - 102.7 KB
    適用於 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

    發行於 2023年3月18日 - 102.56 KB
    適用於 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

    發行於 2023年3月16日 - 102.61 KB
    適用於 firefox 48.0 與更新版本
    No visible changes from 3.5.0

    原始碼依照 Mozilla Public License 1.1 條款釋出

    下載檔案
  • 版本 3.5.0

    發行於 2023年3月15日 - 102.63 KB
    適用於 firefox 48.0 與更新版本
    You can now press the Delete or Backspace key to close selected tabs.

    原始碼依照 Mozilla Public License 1.1 條款釋出

    下載檔案
  • 版本 3.3.0

    發行於 2021年3月23日 - 102.6 KB
    適用於 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

    發行於 2020年7月5日 - 101.71 KB
    適用於 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

    發行於 2020年7月3日 - 101.8 KB
    適用於 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

    發行於 2020年7月2日 - 101.58 KB
    適用於 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

    發行於 2020年7月2日 - 101.52 KB
    適用於 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

    發行於 2020年7月1日 - 98.3 KB
    適用於 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

    發行於 2020年7月1日 - 98.35 KB
    適用於 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

    發行於 2020年6月30日 - 98.18 KB
    適用於 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

    發行於 2019年5月23日 - 98.76 KB
    適用於 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

    發行於 2018年9月7日 - 95.25 KB
    適用於 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

    發行於 2018年6月16日 - 95.14 KB
    適用於 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

    發行於 2018年6月13日 - 94.65 KB
    適用於 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

    發行於 2018年6月12日 - 94.48 KB
    適用於 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

    發行於 2018年6月6日 - 90.8 KB
    適用於 firefox 48.0 與更新版本, android 48.0 到 68.*
    Reinstate add-on page prefs

    原始碼依照 Mozilla Public License 1.1 條款釋出

    下載檔案
  • 版本 2.2.6

    發行於 2018年6月4日 - 90.56 KB
    適用於 firefox 48.0 與更新版本, android 48.0 到 68.*
    Animate closing tabs

    原始碼依照 Mozilla Public License 1.1 條款釋出

    下載檔案
  • 版本 2.2.5

    發行於 2018年6月2日 - 90.27 KB
    適用於 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

    發行於 2018年6月1日 - 89.42 KB
    適用於 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

    發行於 2018年5月27日 - 90.06 KB
    適用於 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 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。