Recenzije za Tree Style Tab
Tree Style Tab od Piro (piro_or)
1.669 recenzija
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13440733, prije 8 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13459309, prije 8 godina2 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? - Ocijenjeno s 5 od 5od Korisnik Firefoxa 13506369, prije 8 godina
- Ocijenjeno s 5 od 5od SAITO Hironobu, prije 8 godina
- Ocijenjeno s 5 od 5od amandalaine, prije 8 godinaBest 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!!
- Ocijenjeno s 5 od 5od BewareThePenguins, prije 8 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13346421, prije 8 godina
- Ocijenjeno s 5 od 5od ^dj^, prije 8 godinaAll the right features. Saves precious screen space and my time.
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13499562, prije 8 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13498801, prije 8 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13496029, prije 8 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 11597538, prije 8 godinaMy favorite plugin by far! Always updated even for Firefox 57.
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 12337131, prije 8 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13494387, prije 8 godinaUpdate : 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. - Ocijenjeno s 5 od 5od Korisnik Firefoxa 13494249, prije 8 godinaGreat extension that allow me to easily manage 100+ tab
- Ocijenjeno s 5 od 5od FateTestarossa, prije 8 godinathe main reason I Insist on using firefox.おつかれさまです
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13287805, prije 8 godinaVery good and Tab Search will make it better.
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 12601099, prije 8 godinaThis 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 !
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13473449, prije 8 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 12616388, prije 8 godinaAnonymous user 097179 ty for great explanation!!! Now all works right for this great extension!
- Ocijenjeno s 5 od 5od SweetLily, prije 8 godinaBeen using this addon for years now, and tried a few alternatives, but nothing ever came close.
The developer Piroor is also very active on his GitHub.