Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

Tabhunter의 버전 기록 - 25개 버전

Tabhunter 제작자: Eric Promislow

5점 만점에 4.1점
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 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.