Quick Tabs Ported

Ported version from the Chrome extension Quick Tabs, with a few small tweaks. Their description reads: A keyboard centric most recently used (MRU) ordered tab list plugin with search and switch functionality inspired by IntelliJ IDEA

Total ratings

4.46 (Rating count: 24)
See reviews for Quick Tabs Ported on Firefox Browser Add-ons
Upgrade to see all 25 reviews

User reviews

Recent rating average: 4.00
All time rating average: 4.46
Upgrade to see all 25 reviews

Rating filters

5 star
76% (19)
4 star
12% (3)
3 star
4% (1)
2 star
0%
1 star
8% (2)
Date Author Rating Comment
2024-12-06 pwrsurge Very useful addon when you reguarly have lots of tabs opened. Only major issue is poor search peformance as one gets done on every keystroke. This means that a search gets done after entering every single character which is useless. This can be fixed with the following simple change to popup.js in order to only search when the string is 3 characters or longer. On line 665 of popup.js: Change: if (!this.shouldSearch(query)) { to: if (!this.shouldSearch(query) || query.trim().length < 3) { Hopefully the above fix can be implemented in a future add-on version. A user configuration option could also be added to specify the minimum length instead of having it hardcoded to 3.
2024-07-19 rsuan
2024-02-21 reid For anyone having an issue with the scrollbar covering the close button, add this to its css: .item { margin-right: 18px; }
2023-07-21 circcc Unlike the original, the ported version is sometimes in the wrong order of recent opening.
2023-06-21 rrei
2023-03-31 Vedun
2022-12-25 GanJingWorld Gan Jing World is a clean, curated universe and a dynamic, overlapping network of integrated platforms and services. ==> https://www.ganjing.com
2022-11-23 ifunkalex
2022-04-26 Grant Essential for people who use tabs! The only issue I have is a bug where the "close tab" icon is obscured by the scrollbar. You can see this in the screenshots. This behavior was tested on Windows 10 and Windows 11.
2022-02-01 hallou89
Upgrade to see all 25 reviews