Tree Style Tab - ツリー型タブ のレビュー
Tree Style Tab - ツリー型タブ 作成者: Piro (piro_or)
合計レビュー数: 2,266
- 5 段階中 1 の評価Firefox ユーザー 13070096 によるレビュー (9年前)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.
- 5 段階中 5 の評価Firefox ユーザー 13506369 によるレビュー (9年前)
- 5 段階中 5 の評価SAITO Hironobu によるレビュー (9年前)
- 5 段階中 5 の評価amandalaine によるレビュー (9年前)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!!
- 5 段階中 5 の評価BewareThePenguins によるレビュー (9年前)
- 5 段階中 5 の評価Firefox ユーザー 13346421 によるレビュー (9年前)
- 5 段階中 5 の評価Firefox ユーザー 13499562 によるレビュー (9年前)
- 5 段階中 5 の評価Firefox ユーザー 13498801 によるレビュー (9年前)
- 5 段階中 3 の評価Firefox ユーザー 13496128 によるレビュー (9年前)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.
- 5 段階中 4 の評価Firefox ユーザー 13496273 によるレビュー (9年前)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. - 5 段階中 5 の評価Firefox ユーザー 13496029 によるレビュー (9年前)
- 5 段階中 4 の評価Firefox ユーザー 13495606 によるレビュー (9年前)
- 5 段階中 5 の評価Firefox ユーザー 11597538 によるレビュー (9年前)My favorite plugin by far! Always updated even for Firefox 57.
- 5 段階中 5 の評価Firefox ユーザー 12337131 によるレビュー (9年前)
- Update : 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 段階中 5 の評価Firefox ユーザー 13494249 によるレビュー (9年前)Great extension that allow me to easily manage 100+ tab
- 5 段階中 5 の評価Firefox ユーザー 12601099 によるレビュー (9年前)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 !
- 5 段階中 2 の評価Firefox ユーザー 13489976 によるレビュー (9年前)
- 5 段階中 4 の評価Firefox ユーザー 13489879 によるレビュー (9年前)This 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!
- 5 段階中 5 の評価Firefox ユーザー 13473449 によるレビュー (9年前)