Shqyrtime për Tree Style Tab
Tree Style Tab nga Piro (piro_or)
2193 shqyrtime
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13440733 përdoruesi Firefox-i, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13459309 përdoruesi Firefox-i, 8 vite më parë2 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? - Vlerësuar me 1 yje nga 5 të mundshëmnga 13070096 përdoruesi Firefox-i, 8 vite më parëThe 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.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13506369 përdoruesi Firefox-i, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga SAITO Hironobu, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga amandalaine, 8 vite më parëBest 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!!
- Vlerësuar me 5 yje nga 5 të mundshëmnga BewareThePenguins, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13346421 përdoruesi Firefox-i, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga ^dj^, 8 vite më parëAll the right features. Saves precious screen space and my time.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13499562 përdoruesi Firefox-i, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13498801 përdoruesi Firefox-i, 8 vite më parë
- Vlerësuar me 3 yje nga 5 të mundshëmnga 13496128 përdoruesi Firefox-i, 8 vite më parëWell, 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.
- Vlerësuar me 4 yje nga 5 të mundshëmnga 13496273 përdoruesi Firefox-i, 8 vite më parëThe 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. - Vlerësuar me 5 yje nga 5 të mundshëmnga 13496029 përdoruesi Firefox-i, 8 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga 13495606 përdoruesi Firefox-i, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 11597538 përdoruesi Firefox-i, 8 vite më parëMy favorite plugin by far! Always updated even for Firefox 57.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 12337131 përdoruesi Firefox-i, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13494387 përdoruesi Firefox-i, 8 vite më parëUpdate : 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. - Vlerësuar me 5 yje nga 5 të mundshëmnga 13494249 përdoruesi Firefox-i, 8 vite më parëGreat extension that allow me to easily manage 100+ tab
- Vlerësuar me 5 yje nga 5 të mundshëmnga FateTestarossa, 8 vite më parëthe main reason I Insist on using firefox.おつかれさまです
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13287805 përdoruesi Firefox-i, 8 vite më parëVery good and Tab Search will make it better.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 12601099 përdoruesi Firefox-i, 8 vite më parëThis 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 !
- Vlerësuar me 2 yje nga 5 të mundshëmnga 13489976 përdoruesi Firefox-i, 8 vite më parë