Tabhunter의 버전 기록 - 25개 버전
Tabhunter 제작자: Eric Promislow
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 3.6.8
2024년 12월 11일에 출시 - 97.46 KBfirefox 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 KBfirefox 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 KBfirefox 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 KBfirefox 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 KBfirefox 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 KBfirefox 48.0 이상에서 작동No visible changes from 3.5.0Mozilla Public License 1.1에 따라 릴리스된 소스 코드
버전 3.5.0
2023년 3월 15일에 출시 - 102.63 KBfirefox 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 KBfirefox 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 KBfirefox 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 KBfirefox 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 KBfirefox 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 KBfirefox 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 KBfirefox 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 macosMozilla Public License 1.1에 따라 릴리스된 소스 코드
버전 3.1.1
2020년 7월 1일에 출시 - 98.35 KBfirefox 48.0 이상에서 작동Support for reloading the selected tabs.
The "Reload" button is in the "More..." panel next to the Activate and Deactivate buttonsMozilla Public License 1.1에 따라 릴리스된 소스 코드
버전 3.1.0
2020년 6월 30일에 출시 - 98.18 KBfirefox 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 KBfirefox 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 KBfirefox 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 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동Add a green fade to matches when searching text inside tabsMozilla Public License 1.1에 따라 릴리스된 소스 코드
버전 3.0.1
2018년 6월 13일에 출시 - 94.65 KBfirefox 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 KBfirefox 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 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동Reinstate add-on page prefsMozilla Public License 1.1에 따라 릴리스된 소스 코드
버전 2.2.6
2018년 6월 4일에 출시 - 90.56 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동Animate closing tabsMozilla Public License 1.1에 따라 릴리스된 소스 코드
버전 2.2.5
2018년 6월 2일에 출시 - 90.27 KBfirefox 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 KBfirefox 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 KBfirefox 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 neglectedMozilla Public License 1.1에 따라 릴리스된 소스 코드