Tabhunter verziótörténet – 25 verzió
Tabhunter szerző: Eric Promislow
Legyen óvatos a régi verziókkal! Ezek a verziók csak tesztelési és hivatkozási célokra jelennek meg.Mindig használja a kiegészítő legfrissebb verzióját.
Legfrissebb verzió
Verzió: 3.6.8
Kiadva: 2024. dec. 11. – 97,46 kBEzekkel működik: firefox 58.0 vagy újabbNow if you copy `URL+Title` the two parts are separated by spaces and a vertical bar (" | ") instead of a spaceless hyphen.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
A Firefox letöltése és a kiegészítő beszerzéseA kiegészítő használatához a Firefoxra lesz szükségeKorábbi verziók
Verzió: 3.6.7
Kiadva: 2024. nov. 11. – 97,46 kBEzekkel működik: firefox 58.0 vagy újabbYou 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!A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.6.2
Kiadva: 2024. ápr. 17. – 102,73 kBEzekkel működik: firefox 48.0 vagy újabbHousekeeping change. Should be no noticeable difference since the last version.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.6.0
Kiadva: 2024. márc. 15. – 102,7 kBEzekkel működik: firefox 48.0 vagy újabbVersion 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.5.2
Kiadva: 2023. márc. 18. – 102,56 kBEzekkel működik: firefox 48.0 vagy újabbUndoing 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.5.1
Kiadva: 2023. márc. 16. – 102,61 kBEzekkel működik: firefox 48.0 vagy újabbNo visible changes from 3.5.0A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.5.0
Kiadva: 2023. márc. 15. – 102,63 kBEzekkel működik: firefox 48.0 vagy újabbYou can now press the Delete or Backspace key to close selected tabs.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.3.0
Kiadva: 2021. márc. 23. – 102,6 kBEzekkel működik: firefox 48.0 vagy újabbTwo 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.2.4
Kiadva: 2020. júl. 5. – 101,71 kBEzekkel működik: firefox 48.0 vagy újabbFinally 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.2.3
Kiadva: 2020. júl. 3. – 101,8 kBEzekkel működik: firefox 48.0 vagy újabbThis 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.2.2
Kiadva: 2020. júl. 2. – 101,58 kBEzekkel működik: firefox 48.0 vagy újabbWhen 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.2.0
Kiadva: 2020. júl. 2. – 101,52 kBEzekkel működik: firefox 48.0 vagy újabbIf 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.1.2
Kiadva: 2020. júl. 1. – 98,3 kBEzekkel működik: firefox 48.0 vagy újabbChange keybinding for "Select All" to shift-ctrl-A to avoid conflicts with select-all-text
in the pattern field, and show-Addons on macosA forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.1.1
Kiadva: 2020. júl. 1. – 98,35 kBEzekkel működik: firefox 48.0 vagy újabbSupport for reloading the selected tabs.
The "Reload" button is in the "More..." panel next to the Activate and Deactivate buttonsA forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.1.0
Kiadva: 2020. jún. 30. – 98,18 kBEzekkel működik: firefox 48.0 vagy újabbSupport for SelectAll -- triggerable with the new "Select All" button or with the Ctrl-A key (also Cmd-A on macos)A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.0.5
Kiadva: 2019. máj. 23. – 98,76 kBEzekkel működik: firefox 48.0 vagy újabbNo 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.0.4
Kiadva: 2018. szept. 7. – 95,25 kBEzekkel működik: firefox 48.0 vagy újabb, android 48.0 – 68.*When using up- or down-arrow to move through the list, tabhunter ensures the current line is scrolled into view.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.0.3
Kiadva: 2018. jún. 16. – 95,14 kBEzekkel működik: firefox 48.0 vagy újabb, android 48.0 – 68.*Add a green fade to matches when searching text inside tabsA forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.0.1
Kiadva: 2018. jún. 13. – 94,65 kBEzekkel működik: firefox 48.0 vagy újabb, 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 3.0.0
Kiadva: 2018. jún. 12. – 94,48 kBEzekkel működik: firefox 48.0 vagy újabb, 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 2.2.7
Kiadva: 2018. jún. 6. – 90,8 kBEzekkel működik: firefox 48.0 vagy újabb, android 48.0 – 68.*Reinstate add-on page prefsA forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 2.2.6
Kiadva: 2018. jún. 4. – 90,56 kBEzekkel működik: firefox 48.0 vagy újabb, android 48.0 – 68.*Animate closing tabsA forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 2.2.5
Kiadva: 2018. jún. 2. – 90,27 kBEzekkel működik: firefox 48.0 vagy újabb, android 48.0 – 68.*Disable drag/drop in reverse mode. Also make dragging tabs forward more resilient.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 2.2.4
Kiadva: 2018. jún. 1. – 89,42 kBEzekkel működik: firefox 48.0 vagy újabb, 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.A forráskód Mozilla Public License 1.1 licenc alatt közzétéve
Verzió: 2.2.3
Kiadva: 2018. máj. 27. – 90,06 kBEzekkel működik: firefox 48.0 vagy újabb, 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 neglectedA forráskód Mozilla Public License 1.1 licenc alatt közzétéve