Κριτικές για το Tree Style Tab
Tree Style Tab από Piro (piro_or)
2.198 κριτικές
- Βαθμολογία 5 από 5από Kshitij Sobti, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 13569548, 8 χρόνια πρινI'm so happy to see this has migrated to quantum. Huge fan and glad to see it will continue!!
- Βαθμολογία 5 από 5από Plugaru Tudor, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 13569195, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Ammon, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 12145238, 8 χρόνια πρινThis 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; } - Βαθμολογία 5 από 5από utubo, 8 χρόνια πριν
- Βαθμολογία 4 από 5από Kellis, 8 χρόνια πρινHey!
Can you implement API that allow other extension to integrate into TST? Details https://cup.aihedy.com/ru/firefox/addon/reloadmatic/reviews/996192/ - Βαθμολογία 5 από 5από Χρήστης Firefox 13564740, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 13369587, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Jack, 8 χρόνια πρινThis 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. - Βαθμολογία 5 από 5από Χρήστης Firefox 12592762, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Faxedhead, 8 χρόνια πρινmost valuable firefox extension, and in fact the only reason to use firefox. thank you!!!
- Βαθμολογία 4 από 5από Rahi, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 13133791, 8 χρόνια πριν
- Βαθμολογία 5 από 5από rom100main, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 13556871, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 13556723, 8 χρόνια πρινyo! 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 :) - Βαθμολογία 4 από 5από bashley, 8 χρόνια πρινI like it a lot, but I'd like to be able to change the background and text colors and weights of the tabs themselves in Firefox 57/linux. Some of the .css tweaks work, some work in strange ways, and some don't work at all. It was way better before FF57.
- Βαθμολογία 5 από 5από Eepbee, 8 χρόνια πρινTST 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!
- Βαθμολογία 4 από 5από zhentos2, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Akinfold, 8 χρόνια πριν
- Βαθμολογία 5 από 5από Adam Fontenot, 8 χρόνια πριν
- Βαθμολογία 4 από 5από Alexander Martinez, 8 χρόνια πρινThanks for this add on, it's realy helpfully for user who use a lot of tabs in a session.
I really miss 2 things that wass very usefull, the auto hide, and the transparency without rezize the webpage area.
I don't know if it's posible cus the api limits.