Recenzje dodatku Tree Style Tab
Tree Style Tab Autor: Piro (piro_or)
2264 recenzje
- Ocena: 5/5Autor: Onihikage, 9 lat temuFirst: If you think the add-on doesn't work, press F1 or click the "Tree Style Tab" button that appears. The options page tells you this, but we all know people are too impatient to read the manual and expect everything to be done for them instantly.
Due to current limitations with WebExtensions (in Firefox 57.0.2), this add-on can't remove tabs from the top of the screen, so the user has to do this themselves by modifying their userChrome.css file. There is a post on the Firefox subreddit detailing how to do this, but I would like to see this guide included or referenced in the options page until such functionality can be added to the WebExtensions API: https://www.reddit.com/r/firefox/comments/736cji/how_to_hide_native_tabs_in_firefox_57_tree_style/
Caveats aside, Tree Style Tab is still an exceptional organizational tool for anyone who has a habit of opening new tabs for everything. With the tree organization, you always know which tab opened from or is related to which other tab, and the options for how you want the tabs to behave are extensive. The only faults I can find have to do with limitations of the new add-on engine, so I can't think of any reason to deduct stars. Great add-on, essential to how I navigate the web. - Ocena: 5/5Autor: dzmitry.lahoda, 9 lat temu
- Ocena: 1/5Autor: Użytkownik Firefoksa 13588752, 9 lat temuI have firefox 57 and the add on doesn't work
- Ocena: 5/5Autor: Użytkownik Firefoksa 13501553, 9 lat temu
- Ocena: 4/5Autor: Gaven, 9 lat temuSuggest: if it's not possible to auto-hide the TreeStyleTab-Sidebar, would be great showing the tree in a new window, like the Bookmarks Manager window.
- Ocena: 5/5Autor: Roenick, 9 lat temuNice 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 ! - Ocena: 5/5Autor: Użytkownik Firefoksa 13581482, 9 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 12656867, 9 lat temuAmazingly useful addon. Makes tab management so much easier that I couldn't use a browser without it.
- Ocena: 2/5Autor: Użytkownik Firefoksa 13578676, 9 lat temu
- Ocena: 3/5Autor: smuj, 9 lat temuFirst 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! :)
- Ocena: 5/5Autor: Joe L, 9 lat temuTree 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!
- Ocena: 5/5Autor: Justin Hensley, 9 lat temu
- Ocena: 2/5Autor: Użytkownik Firefoksa 13531243, 9 lat temuとても便利に使えていますが、大量にタブを抱えていると落ちて復旧するときにツリー構造が破壊されることがある感じがします。
上のほうにあったタブ群が下に来たり、子タブがぶら下がってるタブがただのフォルダのようになって内容が復帰しなかったり、その子タブの一番下のタブを閉じるとなんか反応があったり。
Tab Session Managerとの併用なのでどちらの問題なのかはよくわかりません。 - Ocena: 4/5Autor: Użytkownik Firefoksa 13571890, 9 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 13404889, 9 lat temu
- Ocena: 5/5Autor: Kshitij Sobti, 9 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 13569548, 9 lat temuI'm so happy to see this has migrated to quantum. Huge fan and glad to see it will continue!!
- Ocena: 5/5Autor: Plugaru Tudor, 9 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 13569195, 9 lat temu
- Ocena: 5/5Autor: Ammon, 9 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 12145238, 9 lat temuThis 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; } - Ocena: 5/5Autor: utubo, 9 lat temu
- Ocena: 4/5Autor: Kellis, 9 lat temuHey!
Can you implement API that allow other extension to integrate into TST? Details https://addons.mozilla.org/ru/firefox/addon/reloadmatic/reviews/996192/ - Ocena: 5/5Autor: Użytkownik Firefoksa 13564740, 9 lat temu