Recensions par Tree Style Tab
Tree Style Tab di Piro (piro_or)
2.199 recensions
- Valutade 5 su 5di Utent Firefox 13494387, há 8 anosUpdate : there is a companion extension that supports scrolling among the tabs using the wheel of the mouse: https://cup.aihedy.com/en-US/firefox/addon/tree-style-tab-mouse-wheel/
Therefore the Autohotkey solution is now obsolete.
------------------------- old review -----------------------------
One more 5 Stars and a bigup for Piro!
I really like to be able to scroll the tabs in my Firefox. Since v57, it's not possible anymore, so here is a solution found on the"Tab Wheel Scroll" extension page :
1) Get Autohotkey
2) Create the following script:
#IfWinActive ahk_class MozillaWindowClass
;MouseGetPos, [OutputVarX, OutputVarY, OutputVarWin, OutputVarControl, 1|2|3]
~WheelDown::
MouseGetPos X, Y
if ( X < 205 )
SendInput ^{PgDn}
Return
~WheelUp::
MouseGetPos X, Y
if ( X < 205 )
SendInput ^{PgUp}
Return
And run the script whenever you launch Firefox.
You must adjust the X value ("205" pixels in my case) to the width of your vertical tab. - Valutade 5 su 5di Utent Firefox 13494249, há 8 anosGreat extension that allow me to easily manage 100+ tab
- Valutade 5 su 5di Utent Firefox 12601099, há 8 anosThis extension is great for me who keep open many tabs and it helps me keep being productive by organizing hierarchically my browsing, I cannot do without anymore, no equivalent for chrome. The new version integrate well in the new Firefox (57), but it's less useful with the top bar staying still and the title. I solved it with userChrome.css, but it's would be easier with an option for the non-technical user. Great work and thanks a lot !
- Valutade 2 su 5di Utent Firefox 13489976, há 8 anos
- Valutade 4 su 5di Utent Firefox 13489879, há 8 anosThis extension would be perfect if the author could hide the children tabs from the top bar tab so you would have only the parents on the top and the children on the left, a superlative UX tweaks!
- Valutade 5 su 5di Utent Firefox 13473449, há 8 anos
- Valutade 4 su 5di Utent Firefox 13483985, há 8 anosI'm very glad Piro had a revised version of Tree Style Tab for the latest major revision of Firefox. The user interface has changed, and functionality is somewhat less, but the core features remain present.
- Valutade 5 su 5di Utent Firefox 12616388, há 8 anosAnonymous user 097179 ty for great explanation!!! Now all works right for this great extension!
- Valutade 4 su 5di Utent Firefox 12973458, há 8 anos
- Valutade 3 su 5di Utent Firefox 13484250, há 8 anosI use this as a replacement for grouped tabs in Firefox 57. Actually it's better than grouped tabs since you can't have nested groups. With this Add-on you can.
But the Add-on really needs an option to NOT open new tabs as a child tab when I middle click on a link. Opening a link from a website often but not always says something about the hierarchical relationship between those tabs. When I click on a link in a list of search results that makes sense. When I click on a "see also ..." link at the bottom of the page of some documentation or on a link to related videos on YouTube it's just nasty that those new tabs always become child tabs of the current one. - Valutade 5 su 5di Utent Firefox 13483924, há 8 anosNot Piro's fault for the top tabs, that is Firefox's new API limitation and Piro has gone to great lengths to get it this far. Just a simple couple of steps to get rid of the top tool bar if you read the bubble information in the new update or just look for the links in these reviews.
Still an indispensable addon for Firefox. I like the new version and thrilled it made it over to the new version 57. I wouldn't use Firefox without it to be quite honest.
Thank you Piro, been using your addons for years. My workflow would not be the same without them.
For those that can't be bothered to educate themselves, here's a copy/paste from someone that took the time to write out step by step instructions. Takes less than 2 minutes to do.
If you're like me and primarily used this add-on to remove the tabs from the top, follow these instructions provided by user Soulyaris:
"Inside your profile folder(it usual c:\Users\*user*\AppData\Roaming\Mozilla\Firefox\Profiles\*something*-default (check date of modified),
Create a new folder named chrome.
Inside the chrome folder, create two new files, userChrome.css and userContent.css.
At the top of userChrome.css, add (copy/paste) the following:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hides tab bar*/
#TabsToolbar { visibility: collapse; }
Save it and restart firefox. Enjoy."
That's it, enjoy tree-style without the top tabs. - Valutade 5 su 5di Utent Firefox 13402137, há 8 anos
- Valutade 1 su 5di Utent Firefox 13174481, há 8 anosIt updated on it's own and I DO NOT LIKE the new version. Why the hell would I still want the top taps if I have side tabs. As far as I can tellthere's no way to fix this, which pretty much renders is useless to me.
- Valutade 5 su 5di Jason Tackaberry, há 8 anosWhat can I say: were it not for this addon, I would not be using Firefox. Piro has undertaken a thankless, herculean task to rewrite from scratch a very mature extension using a new, immature API, wrestling with its many limitations, working with Mozilla to extend the API to bring this add-on, and many others, up to more usable levels.
There are many rough edges with this new WebExtensions version of TST, but it would be impossible to penalize Piro for those, as I see just how much effort he his putting into bringing the best possible experience to his users.
WebExtensions or not, TST is utterly indispensable. And it will only get better from here.
(Piro: I understand how demoralizing it must be to get these 1 star reviews from users who don't know any better. Hope you're sufficiently able to ignore them.) - Valutade 5 su 5di Ch. (aka sftblw), há 8 anos
- Valutade 4 su 5di Utent Firefox 13473926, há 8 anosПолезное приложение, хоть что-то, что позволяет получить нормальные вкладки а не эти скукоженные сверху, а можно добавить авто группировку вкладок чтобы 1 нижние адресу группировались под верхним? по типу
youtube.com
youtube/1
youtube/2 - Valutade 5 su 5di Utent Firefox 12667402, há 8 anos