Pógódnośenja za Tree Style Tab
Tree Style Tab wót Piro (piro_or)
2.217 pógódnośenjow
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13459309, hace 8 años2 Author
1) Can we get an option to have «Additional Context Menu Items» not in submenu, but in main context menu just separated by separator?
2) Can we have options to disable «standard» menu items. Like I do not need «Reload All Tabs» and all other in this section.
3) Is translation possible for this menu? - Z 1 z 5 pógódnośonywót Wužywaŕ Firefox 13070096, hace 8 añosThe previous version of the side tabs could be narrowed or widened at my discretion. This new version does not allow that. The previous version removed the tab bar above the address bar, thus freeing up vertical display space. This newer version does not do that. Why the regression of capabilities? I have removed the addon until such time as an updated and more capable one is provided.
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13506369, hace 8 años
- Z 5 z 5 pógódnośonywót SAITO Hironobu, hace 8 años
- Z 5 z 5 pógódnośonywót amandalaine, hace 8 añosBest browser extension I have ever seen! I can't figure out why browsers haven't yet incorporated this feature into their browsers as a default feature. This browser extension is the primary reason I use Firefox and not Chrome. Thank you tree-style-tab developers! You're the best!!
- Z 5 z 5 pógódnośonywót BewareThePenguins, hace 8 años
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13346421, hace 8 años
- Z 5 z 5 pógódnośonywót ^dj^, hace 8 añosAll the right features. Saves precious screen space and my time.
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13499562, hace 8 años
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13498801, hace 8 años
- Z 3 z 5 pógódnośonywót Wužywaŕ Firefox 13496128, hace 8 añosWell, 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.
- Z 4 z 5 pógódnośonywót Wužywaŕ Firefox 13496273, hace 8 añosThe 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. - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13496029, hace 8 años
- Z 4 z 5 pógódnośonywót Wužywaŕ Firefox 13495606, hace 8 años
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 11597538, hace 8 añosMy favorite plugin by far! Always updated even for Firefox 57.
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 12337131, hace 8 años
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13494387, hace 8 añosUpdate : 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. - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13494249, hace 8 añosGreat extension that allow me to easily manage 100+ tab
- Z 5 z 5 pógódnośonywót FateTestarossa, hace 8 añosthe main reason I Insist on using firefox.おつかれさまです
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13287805, hace 8 añosVery good and Tab Search will make it better.
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 12601099, hace 8 añosThis 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 !
- Z 2 z 5 pógódnośonywót Wužywaŕ Firefox 13489976, hace 8 años
- Z 4 z 5 pógódnośonywót Wužywaŕ Firefox 13489879, hace 8 añosThis 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!