Análises para Tree Style Tab
Tree Style Tab por Piro (piro_or)
2234 análises
- Avaliado em 5 de 5por Utilizador do Firefox 13499562 , há 8 anos
- Avaliado em 5 de 5por Utilizador do Firefox 13498801 , há 8 anos
- Avaliado em 3 de 5por Utilizador do Firefox 13496128 , há 8 anosWell, it's the best work around so far until a true tab-grouping add-on is developed for FF 57. It's the whole reason I use FF. Wish you could label the parent tabs something else than the parent website. For example, "Everyday Stuff" or "Suppliers." We have several suppliers and different types of suppliers so it would be nice to label each Tree like the tab groups of 56.
- Avaliado em 4 de 5por Utilizador do Firefox 13496273 , há 8 anosThe previous version had exactly what I was searching for, meaning the ability to group (and collapse) tabs together while remaining at the top like the default tabs.
I am using half-width windows all the time, so the side bars take way too much space for me, so sadly I had to disable it once firefox forced its update and new plugin versions on me, but I am still hopeful that one day it will give us that functionnality back. - Avaliado em 5 de 5por Utilizador do Firefox 13496029 , há 8 anos
- Avaliado em 4 de 5por Utilizador do Firefox 13495606 , há 8 anos
- Avaliado em 5 de 5por Utilizador do Firefox 11597538 , há 8 anosMy favorite plugin by far! Always updated even for Firefox 57.
- Avaliado em 5 de 5por Utilizador do Firefox 12337131 , há 8 anos
- Avaliado em 5 de 5por Utilizador do Firefox 13494387 , há 8 anosUpdate : there is a companion extension that supports scrolling among the tabs using the wheel of the mouse: https://addons.mozilla.org/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. - Avaliado em 5 de 5por Utilizador do Firefox 13494249 , há 8 anosGreat extension that allow me to easily manage 100+ tab
- Avaliado em 5 de 5por Utilizador do Firefox 13287805 , há 8 anosVery good and Tab Search will make it better.
- Avaliado em 5 de 5por Utilizador do 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 !
- Avaliado em 2 de 5por Utilizador do Firefox 13489976 , há 8 anos
- Avaliado em 4 de 5por Utilizador do 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!
- Avaliado em 5 de 5por Utilizador do Firefox 13473449 , há 8 anos
- Avaliado em 4 de 5por Utilizador do 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.
- Avaliado em 5 de 5por Utilizador do Firefox 12616388 , há 8 anosAnonymous user 097179 ty for great explanation!!! Now all works right for this great extension!
- Avaliado em 4 de 5por Utilizador do Firefox 12973458 , há 8 anos
- Avaliado em 3 de 5por Utilizador do 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.