Critiques pour Tree Style Tab
Tree Style Tab par Piro (piro_or)
2 259 notes
- Noté 1 sur 5par Utilisateur ou utilisatrice 13462266 de Firefox, il y a 9 ansПосле внезапного краха всё дерево было утрачено. Теперь нужно создавать с нуля. С Tab Groups такого никогда небыло.
- Noté 5 sur 5par Utilisateur ou utilisatrice 13461990 de Firefox, il y a 9 ans
- Noté 4 sur 5par Peter Bezdek, il y a 9 ansMust have extension! I can not work without it. However, last days, very annoying bug. New tabs are not visible in tree sometimes. They are only in standart horizontal title bar.
- Noté 5 sur 5par Unisay, il y a 9 ansCan't imagine my browsing experience without this extension. Has been using it for many years. Must have, best of class!
- Noté 5 sur 5par Anat, il y a 9 ansI already use it for long time. great for my 800-900 tabs.
firefox update to 57, with no warnings...
firefox say TST is the same and took my session manager.
now all my trees become flat !!
I tried to use the migration cmd tool on the last session file, but it give access denied and also the exe can not be erase from my folder :-(
I also does not understand all the config in the advance section of this add-on.
just to mantion, it keeps new trees as created.
I could not find firefox 56 download, in order to downgrade.
how can I get all my tree structure back ?
TST 2.2.8
thanks - Noté 1 sur 5par Utilisateur ou utilisatrice 13460695 de Firefox, il y a 9 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13460479 de Firefox, il y a 9 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13460445 de Firefox, il y a 9 ans
- Noté 5 sur 5par ToLive77th, il y a 9 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13458326 de Firefox, il y a 9 ansOne of the most useful extension and the number one reason why I use Firefox.
- Noté 5 sur 5par Utilisateur ou utilisatrice 13457757 de Firefox, il y a 9 ansReally nice Add-On, especially for the fact that I can edit the CSS inside the settings.
Just one thing: Would it be possible to add an option to set the animation speed or transition time? - Noté 5 sur 5par Utilisateur ou utilisatrice 12563879 de Firefox, il y a 9 ansUsing it for a long time now... I love it... Firefox should have vertical tabs by default, its way more intuitive to scroll up/down than to move the tablist left/right, and its more productive since pages are vertical usually and vertical space is more precious nowadays
The tree feature is the best grouping/tracking of set of pages
The only thing this addon lack is the coloring of the tabs, would love to see that feature in a future release
To change the size of the tabs do:
/* Change tab height */
.tab {
height: 24px;
} - Noté 5 sur 5par jul_law, il y a 9 ansFollowing the message of XenGeek
I used this code to remove Tabs keeping the title bar.
/* Remove horizontal tabs */
#tabbrowser-tabs {
visibility: hidden;
margin-top: 40px;
margin-bottom: -50px;
}
/* Remove sidebar header */
#sidebar-header {
visibility: collapse;
}
Anyway this add-on is very good, I don't understand why this tree tab menu is not a standard in Firefox. Saved me a lot of time and energy !
Thanks a lot ! - Noté 5 sur 5par Alexey, il y a 9 ansExtension is very handy. But last update asks for accessing all my web data. Why??? I'm not installing it for now cause there is no justification anywhere why this permission has been requested.
- Noté 5 sur 5par XenGeek, il y a 9 ansTo add on to Anonymous user fc7bf5's comment. If you want to get rid of the Horizontal Tabs and the Title Bar for the sidebar simply add the following in your Firefox Profile. This is not the Local AppData one, but the Roaming one which is normally found at: %UserProfile%\Appdata\Roaming\Mozilla\Firefox\Profiles
You will have a profile folder here, maybe more if you utilize multiple profiles in Firefox. Once you pin-point yours you simply need to add a new folder called "Chrome" in your profile folder and create a new text file "userChrome.css" make sure it is a css file and not a txt. you may have to google how to change file extensions by revealing them in Windows. The contents of that file should contain one or both of the following segments depending on what you want.
/* Contributed by Anonymous user 099626's */
/* Remove horizontal tabs */
#tabbrowser-tabs {
visibility: collapse;
}
/* Remove sidebar header */
#sidebar-header {
visibility: collapse;
}
Once this is done you will have to restart FireFox. Depending on your theme in FireFox you may notice you can't see the windows control buttons in the upper right. To fix this simply go to the "Customize..." menu and check the "Title Bar" option then click done.
ps. I've noticed some FireFox menu's don't take the removal of the Horizontal Tabs into account due to it not being a build in option. With this in mind option screens like "Customize..." may take over your full screen including the TreeStyle Tabs. If this happens simply look for another way to close the screen, which should be provided.
pps. TreeStyle Tabs is a fantastic app that I've used for years, I've slowly started moving to Chrome because of the noticeable speed difference and the large amount of multitasking I have to do daily. I am excited to see if FireFox Quantum can live up to the speed it boasts. That being said...
Happy Tab Hoarding! :D - Noté 3 sur 5par McG, il y a 9 ansTried to make the new version work with 57, but it doesn't. Reverted to 56.02 to resume using the old add-on, which does work.
Why is Mozilla killing off its add-on ecosystem? - Noté 4 sur 5par Utilisateur ou utilisatrice 13455230 de Firefox, il y a 9 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13455230 de Firefox, il y a 9 ans
- Noté 4 sur 5par Justin, il y a 9 ansIt works! And it's a tree! And there are many and sensible config options! And it integrates with containers!! Wooohooo!!!
You have to manually disable the horizontal tabbar at this moment. This is a limitation of the webextension api, not something this extension can currently do something about. But once that's possible, it'll get the final star ;-) - Noté 2 sur 5par Utilisateur ou utilisatrice 13455170 de Firefox, il y a 9 ansKein Ersatz für Tab Mix Plus aber wenigstens läuft es im neuen Firefox 57 (Quantum)
- Noté 2 sur 5par Utilisateur ou utilisatrice 13349943 de Firefox, il y a 9 ansWhy are so much permission required lately? It's asking right now for every data everywhere and it's kind of freaking me out..
I find this extension very usefull thought - Noté 4 sur 5par r3cgm, il y a 9 ansLove the extension. Please find a way to remove the tab bar at the top!
- Noté 5 sur 5par paulrademaker, il y a 9 ansThanks to Anonymous user fc7bf5 for fixing the problem to remove the tab bar at the top!
With this fix 5 stars. Strange that the creator of this usefull extension didn't solve this problem. - Noté 5 sur 5par Utilisateur ou utilisatrice 13454663 de Firefox, il y a 9 ans