Critiques pour Tree Style Tab
Tree Style Tab par Piro (piro_or)
2 259 notes
- Noté 5 sur 5par Roenick, il y a 9 ansNice 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 ! - Noté 5 sur 5par Utilisateur ou utilisatrice 13581482 de Firefox, il y a 9 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 12656867 de Firefox, il y a 9 ansAmazingly useful addon. Makes tab management so much easier that I couldn't use a browser without it.
- Noté 2 sur 5par Utilisateur ou utilisatrice 13578676 de Firefox, il y a 9 ans
- Noté 3 sur 5par smuj, il y a 9 ansFirst time user. Looks good and seems to work fine with the Containers extension. Needs a bit more polish which I'm sure will come as webextensions matures on Firefox. Thanks for the hard work! :)
- Noté 5 sur 5par Joe L, il y a 9 ansTree 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!
- Noté 5 sur 5par Justin Hensley, il y a 9 ans
- Noté 2 sur 5par Utilisateur ou utilisatrice 13531243 de Firefox, il y a 9 ansとても便利に使えていますが、大量にタブを抱えていると落ちて復旧するときにツリー構造が破壊されることがある感じがします。
上のほうにあったタブ群が下に来たり、子タブがぶら下がってるタブがただのフォルダのようになって内容が復帰しなかったり、その子タブの一番下のタブを閉じるとなんか反応があったり。
Tab Session Managerとの併用なのでどちらの問題なのかはよくわかりません。 - Noté 4 sur 5par Utilisateur ou utilisatrice 13571890 de Firefox, il y a 9 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13404889 de Firefox, il y a 9 ans
- Noté 5 sur 5par Kshitij Sobti, il y a 9 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13569548 de Firefox, il y a 9 ansI'm so happy to see this has migrated to quantum. Huge fan and glad to see it will continue!!
- Noté 5 sur 5par Plugaru Tudor, il y a 9 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13569195 de Firefox, il y a 9 ans
- Noté 5 sur 5par Ammon, il y a 9 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 12145238 de Firefox, il y a 9 ansThis 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; } - Noté 5 sur 5par utubo, il y a 9 ans
- Noté 4 sur 5par Kellis, il y a 9 ansHey!
Can you implement API that allow other extension to integrate into TST? Details https://addons.mozilla.org/ru/firefox/addon/reloadmatic/reviews/996192/ - Noté 5 sur 5par Utilisateur ou utilisatrice 13564740 de Firefox, il y a 9 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13369587 de Firefox, il y a 9 ans
- Noté 5 sur 5par Jack, il y a 9 ansThis 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. - Noté 1 sur 5par Utilisateur ou utilisatrice 13562870 de Firefox, il y a 9 ansNo good under webextensions
- Noté 5 sur 5par Utilisateur ou utilisatrice 12592762 de Firefox, il y a 9 ans
- Noté 5 sur 5par Faxedhead, il y a 9 ansmost valuable firefox extension, and in fact the only reason to use firefox. thank you!!!