Đánh giá cho Quick Tabs Ported
Quick Tabs Ported bởi Kevin Jones
Đánh giá bởi Người dùng Firefox 16779450
Xếp hạng 5 trong số 5
bởi Người dùng Firefox 16779450, 4 năm trước26 đánh giá
- Xếp hạng 4 trong số 5bởi RichardJT, 2 tháng trướcSo, the window pop-up was about 1/2" too narrow, so I *had* to show the fav-icons else the first couple letters of the tab title would be hidden. It did sorta fix itself, it shorted the right side, so I could hide the fav-icons, but the 'x' on the right was then mostly hidden. And the length of the pane was too long, so I could drag the scroll bar most of the way down, but I had to scroll with the mouse wheel or use the cursor keys to see the rest. This may all be because I have a double zoom setting applied to my screen. I'll still run this on my new machine (even if these 2 issues persist), provided no conflicts, bc it's functionality to search tabs and bookmarks, only tabs or bookmarks, or history--all from the same text box--could be very handy. I would've liked Window title bar separators, maybe even getting the titles to display from a specified session mgr add-on. Thanks, mate.
- Xếp hạng 5 trong số 5bởi Devff0, 4 tháng trướcFWIW, there is a fixed/updated version of this extension v1.0.6.2 which resolves the search field focus issue when triggering the popup via the keyboard shortcut (which was introduced in a recent version of Firefox) and few other minor topics/issues mentioned in the review comments by @pwrsurge and @reid.
Thanks go out to this extensions author Kevin for his great port, and his tips and suggestions on extension development. His tips and past work made 1.0.6.2 easy work.
The v1.0.6.2 signed but unlisted XPI can be found on a thread on the original Chrome extension GitHub repo. It is against policy to submit URL's so do a web search for: babyman/quick-tabs-chrome-extension issue 189
and then search the page for 1.0.6.2, you should find the full details. - Xếp hạng 4 trong số 5bởi pwrsurge, 5 tháng trướcVery 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. - Xếp hạng 4 trong số 5bởi rsuan, 10 tháng trước
- Xếp hạng 5 trong số 5bởi reid, một năm trướcFor anyone having an issue with the scrollbar covering the close button, add this to its css:
.item {
margin-right: 18px;
} - Xếp hạng 1 trong số 5bởi circcc, 2 năm trướcUnlike the original, the ported version is sometimes in the wrong order of recent opening.
- Xếp hạng 5 trong số 5bởi rrei, 2 năm trước
- Xếp hạng 5 trong số 5bởi Vedun, 2 năm trước
- Xếp hạng 1 trong số 5bởi ifunkalex, 2 năm trước
- Xếp hạng 5 trong số 5bởi Grant, 3 năm trướcEssential 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. - Xếp hạng 5 trong số 5bởi hallou89, 3 năm trước
- Xếp hạng 5 trong số 5bởi Vlad, 4 năm trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 15541286, 5 năm trướconly a few words I LOVE IT PERIOD it lets me know exactly how many pages i have open at times it can be 30 lol or more and this works as said and cant speak enought about it thanks dev ~Dave IT security specialist
- Xếp hạng 3 trong số 5bởi Luke, 5 năm trướcWould be perfect if it worked in private windows. Please add private window compatibility!
- Xếp hạng 5 trong số 5bởi MoBeR , 5 năm trước
- Xếp hạng 5 trong số 5bởi Shih, 5 năm trướcThis is great! Really appreciate someone ported it. Can the author also share the source code so I may be able to help fix bugs? Right now, searching while no matches does not work well.
Not sure how to reply so I am editing my comment here. Thank you for the quick response. What I meant is actually the source repository like git repository so I can send the pull request and share the fix with people.Phản hồi của nhà phát triển
đã đăng 5 năm trướcSource code is right in the addon itself. Just download the addon (eg, right-click on the download/install button and click "save link as"); the file is just a zip file, you can change the .xpi extension to .zip if you like. - Xếp hạng 5 trong số 5bởi Người dùng Firefox 15299154, 6 năm trước
- Xếp hạng 4 trong số 5bởi grahamperrin, 6 năm trước
- Xếp hạng 5 trong số 5bởi Bhavanishankar, 6 năm trướcAll day, I have been trying out many addons like tree style tab, all tabs helper, tab search, Tip tab, tab manager v2, etc, etc. Each of these have at least one issue, against my liking:
Tree style tab: No search option
All Tabs Helper: No keyboard navigation. Moreover needs the highest level permission to access all the info you browse.
Tab manager v2: overrides my ctrl+t option, and there is no way to change shortcut.
Tip Tab: Nice one with visuals. But requires highest level permission.
All of these are quite slow even on the fastest mac.
I came across this little addon, which has everything anyone would want in a tab listing and quick navigation. It's extremely fast. It searches the bookmarks as well, in case the page is not open.
Excellent add-on. This should be the best easily. - Xếp hạng 5 trong số 5bởi Người dùng Firefox 14667286, 6 năm trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 14646809, 6 năm trướcThat's right. I switched from Chrome to Firefox too and this addon was the thing I missed the most about Chrome. Many thanks!
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 14387605, 7 năm trướcAlmost switched back to Chrome because of this extension (which at the time was only available in chrome). Essential is the best way to describe this.