Revisiones de Tree Style Tab (Pestañas estilo árbol)
Tree Style Tab (Pestañas estilo árbol) por Piro (piro_or)
1706 revisiones
- Se valoró con 5 de 5por Usuario de Firefox 13501553, hace 8 años
- Se valoró con 5 de 5por Roenick, hace 8 añosNice integration in FF57 !
Can you add a configurable keyboard shortcut so we can fast switch between bookmarks (CTRL-B) and Tree Style Tab (CTRL-something) ?
Is there any way to save a Tree Style Tab session and get the tree as identical when loading it ? When I use Tab Session Manager the tree is lost :(
Thanks ! - Se valoró con 5 de 5por Usuario de Firefox 13581482, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 12656867, hace 8 añosAmazingly useful addon. Makes tab management so much easier that I couldn't use a browser without it.
- Se valoró con 5 de 5por Joe L, hace 8 añosTree Style Tab was a major reason I kept coming back to Firefox after trying to switch to Chrome. Now that Quantum has sped up Firefox, I'm so glad there's a WebExtensions version of TST and it works pretty much as well at the old one, but less laggy!
- Se valoró con 5 de 5por Justin Hensley, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 13404889, hace 8 años
- Se valoró con 5 de 5por Kshitij Sobti, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 13569548, hace 8 añosI'm so happy to see this has migrated to quantum. Huge fan and glad to see it will continue!!
- Se valoró con 5 de 5por Plugaru Tudor, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 13569195, hace 8 años
- Se valoró con 5 de 5por Ammon, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 12145238, hace 8 añosThis addon is literally the only reason I use firefox.
Works perfectly. Thank you for all the support and upgrades.
Just needs some magic after upgrade to FF 57 to hide the native tabs on top of the screen (which is not the developer's fault) - see below and in other reviews as well, you can find additional information on how to do this
Also see the wiki page for this addon - there are examples for styling the tabs:
https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules
To hide FireFox tab bar and Side Panel title:
1) Locate your firefox profile folder (you can find it in the troubleshooting section in the Settings)
2) Locate "chrome" folder there - create it if it isn't there
3) If there are no files userChrome.css and userContent.css in "chrome" folder - create them
4) At the top of userChrome.css file add:
/* add this line if it is not there */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* to hide the native tabs */
#TabsToolbar { visibility: collapse; }
/* to hide the sidebar header */
#sidebar-header { visibility: collapse; }
==================================================================================================
Чтобы скрыть вкладки вверху браузера, см инструкцию ниже, а также прочие отзывы. Также см вики для этого аддона - там всякие примеры, как стилизовать вкладки: https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules
1) Находим папку профиля firefox - Настройки - Справка - Информация для решения проблем - Папка профиля - Открыть папку
2) Если в ней нет папки chrome - создаем
3) Создаем файлы userChrome.css и userContent.css в папке chrome, если их там нет
4) В начале файла userChrome.css добавляем:
/* добавить эту строку, если ее там нет */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* чтобы спрятать вкладки сверху браузера */
#TabsToolbar { visibility: collapse; }
/* чтобы спрятать заголовок у сайдбара */
#sidebar-header { visibility: collapse; } - Se valoró con 5 de 5por utubo, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 13564740, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 13369587, hace 8 años
- Se valoró con 5 de 5por Jack, hace 8 añosThis the one, the only 10-star add-on.
5 stars for the value of its mission
5 stars for execution
Firefox has some work to catch up to where it was before, but it can still handle this add-on quite well. Visual, collapsible tab tree just makes the browsing experience so much more sensible.
I'm looking forward to seeing the weird old tab bar disappear again, but that's a problem with WE not with this add-on.
I can hardly remember a time I was this happy with a browser feature since the invention of the DOM inspector. - Se valoró con 5 de 5por Usuario de Firefox 12592762, hace 8 años
- Se valoró con 5 de 5por Faxedhead, hace 8 añosmost valuable firefox extension, and in fact the only reason to use firefox. thank you!!!
- Se valoró con 5 de 5por Usuario de Firefox 13133791, hace 8 años
- Se valoró con 5 de 5por rom100main, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 13556871, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 13556723, hace 8 añosyo! I second "Can't live without it"
Thanks a LOT for this awesome extension.
Several years ago (about 6 i think), the sudden inspiration crossed my mind, that tabs should not be listed horizontally, and after some longer research at that point in time (treestyletab was lesser known), i found this and was happy EVER AFTER.
It's pretty incredible that the devs made this working with firefox Quantum out of the box, I can't believe the effort.
I just wanna say: Thank you!
And you don't even want Donations, tears in my eyes, much love :) - Se valoró con 5 de 5por Eepbee, hace 8 añosTST is the reason I've never even considered switching to using another browser. Works perfectly on FF57. Thank you so much for all your hard work!