Tree Style Tab incelemeleri
Tree Style Tab geliştiren: Piro (piro_or)
1.647 inceleme
- 5 üzerinden 5 puanyazan: Net User, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13442709, 7 yıl önceI have been using this extension for years, and am very happy that a release for Firefox 57 was released quickly!
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13509196, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13440733, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13459309, 7 yıl önce2 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? - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13506369, 7 yıl önce
- 5 üzerinden 5 puanyazan: SAITO Hironobu, 7 yıl önce
- 5 üzerinden 5 puanyazan: amandalaine, 7 yıl önceBest 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!!
- 5 üzerinden 5 puanyazan: BewareThePenguins, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13346421, 7 yıl önce
- 5 üzerinden 5 puanyazan: ^dj^, 7 yıl önceAll the right features. Saves precious screen space and my time.
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13499562, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13498801, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13496029, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 11597538, 7 yıl önceMy favorite plugin by far! Always updated even for Firefox 57.
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 12337131, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13494387, 7 yıl önceUpdate : 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. - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13494249, 7 yıl önceGreat extension that allow me to easily manage 100+ tab
- 5 üzerinden 5 puanyazan: FateTestarossa, 7 yıl öncethe main reason I Insist on using firefox.おつかれさまです
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13287805, 7 yıl önceVery good and Tab Search will make it better.
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 12601099, 7 yıl önceThis 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 !
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13473449, 7 yıl önce