Reviews for Tree Style Tab
Tree Style Tab by Piro (piro_or)
1,643 reviews
- Rated 5 out of 5by Firefox user 13402137, 7 years ago
- Rated 5 out of 5by Jason Tackaberry, 7 years agoWhat can I say: were it not for this addon, I would not be using Firefox. Piro has undertaken a thankless, herculean task to rewrite from scratch a very mature extension using a new, immature API, wrestling with its many limitations, working with Mozilla to extend the API to bring this add-on, and many others, up to more usable levels.
There are many rough edges with this new WebExtensions version of TST, but it would be impossible to penalize Piro for those, as I see just how much effort he his putting into bringing the best possible experience to his users.
WebExtensions or not, TST is utterly indispensable. And it will only get better from here.
(Piro: I understand how demoralizing it must be to get these 1 star reviews from users who don't know any better. Hope you're sufficiently able to ignore them.) - Rated 5 out of 5by Ch. (aka sftblw), 7 years ago
- Rated 5 out of 5by Firefox user 12667402, 7 years ago
- Rated 5 out of 5by JHP, 7 years agoIt's a must have! Thanks.
It's just the Firefox 57 upgrade that is a bit hard but it is not the developer's fault! I was just surprised not to see my vertical tabs on the left (even after some FF restarts) until I read that there is a button to display it! Maybe there is a bug or the developer simply forgot to make this visible by default or maybe FF57 does not allow this.
For the upgrade, I had to follow the migration tutorial here: https://github.com/piroor/treestyletab/wiki/How-to-convert-session-information-from-old-TST-0.19.x-to-new-TST-2.x
And then I used the following CSS rule to hide the "standard tab bar on the top": https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#hide-horizontal-tabs-at-the-top-of-the-window-1349
First I had to created a folder chrome inside my user profile directory, then a new file userChrome.css where I placed the following code:
#TabsToolbar {
visibility: collapse !important;
}
This hides the "standard tab bar on the top" as expected.
Now I finally have TST quite as before, and at least as usefull as before!
Thanks again @Piro and other developers to keep maintaining this add-on! - Rated 5 out of 5by Firefox user 12698138, 7 years agoIt works great with firefox 57. Almost like in 56 but need to configure it a little bit. Use github instructions to get TreeStyleTab which it was at firefox 56.
На firefox 57 работает практически также как и на 56 с небольшими допилами. Используйте инструкцию на гитхаб чтобы сделать всё как ранеьш. - Rated 5 out of 5by Phil Sheppard, 7 years agoJHP - Many thanks for referencing the code to remove the horizontal tabs. Can you tell me the name of the 'user profile directory' folder, as I can't find it in Windows Explorer.
- Rated 5 out of 5by Angel2S2, 7 years ago
- Rated 5 out of 5by Firefox user 13476255, 7 years ago
- Rated 5 out of 5by Ashish Tanwer, 7 years ago
- Rated 5 out of 5by Sergei, 7 years ago
- Rated 5 out of 5by Firefox user 12450661, 7 years ago
- Rated 5 out of 5by Firefox user 13475773, 7 years agoThere is just nothing else like it. Nesting tabs allows you to have many many tabs open while staying organized. This is excellent for research as you can nest result pages of a google search under the google page - which also provides a conveniently named header. The drag-and-drop interface is intuitive and responsive. It is also reasonably customizable. I would be seriously sad if this extension were to go away.
- Rated 5 out of 5by Firefox user 13475041, 7 years agoI love tree style tab. Tree Style Tab has brought order out of chaos for me. The whole internet experience is much more organized and enjoyable with it.
In the latest version for Firefox Quantum there is an icon to show/hide the side panel. Before I sometimes had problems with the tree panel not rendering completely and I couldn't see the show/hide bar to hide it, that problem is all gone now.
One thing I don't like about the latest version is that the standard tabs are now at the top and not hidden when the side panel is visible. Sometimes when trying to move the window I accidentally click on one of those tabs.
Another issue is that the side panel has a header at the top. I assume that header will be useful for someone who has more than one side panel installed, but for me right now it is not useful. - Rated 5 out of 5by Firefox user 13474772, 7 years agoMUST HAVE & BEST addon even with 360 tabs grouped on the left side. Good performance even with 5GB RAM used for DNA & engineering on 64 bit FF ESR. I will stay on ESR 52 (32 and 64 bit FF) until this addon is properly and fully supported by FF and addon creator. If I have to I will stay with ESR 52 even when it is no longer supported in 2018. And I don't care if TST has some bugs; they're mostly minor and mostly affect the special case of 1 tab or 1 group of tabs. Work-around is to just have 2 tabs opened or more and it's perfect. I would pay $$$ to Piro for his great work !! Prior to using ESR I was fed-up with many addons and icons breaking with every FF update. I dreaded the updates but there's the security issues. I was spending way too much time repairing FF (non-ESR). Intel i7 and 16 GB RAM underused. They should have kept the older addons in a sandboxed/container within a 1 single thread. And add the newer web-extensions in their new multi-thread machine to avoid killing decades of software by hardworking dedicated addon developers. So much addon software destroyed in 1 swoop :( And I have over 50 addons. Even with the very hungry NoScript and other necessary privacy and security addons.
- Rated 5 out of 5by Hongbo Liu, 7 years ago
- Rated 5 out of 5by Firefox user 13473339, 7 years ago
- Rated 5 out of 5by Firefox user 13473237, 7 years agoIf you're like me and primarily used this add-on to remove the tabs from the top, follow these instructions provided by user Soulyaris:
"Inside your profile folder(it usual c:\Users\*user*\AppData\Roaming\Mozilla\Firefox\Profiles\*something*-default (check date of modified), create a new folder named chrome. Inside the chrome folder, create two new files, userChrome.css and userContent.css. At the top of userChrome.css, add the following code:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hides tab bar*/
#TabsToolbar { visibility: collapse; }
Save it and restart firefox. Enjoy."
Really great add-on. I'm sad to see one of its core features get changed. I hope it gets fixed. - Rated 5 out of 5by Audrey, 7 years agoThis extension is the only reason I still use Firefox. Something like this should be built into the browser really. Big thanks to the developer and for the effort made for it to work with the new Quantum (57) version. Required some tweaking to make it look the way I like but now works perfectly.
Make sure to visit the addon wiki for tips how to make the most of it (https://github.com/piroor/treestyletab/wiki). - Rated 5 out of 5by Firefox user 13470522, 7 years ago
- Rated 5 out of 5by Steven Rudenko, 7 years ago