Отзывы на «Tree Style Tab (Древовидный стиль вкладок)»
Tree Style Tab (Древовидный стиль вкладок) от Piro (piro_or)
1 717 отзывов
- Оценено на 5 из 5от Heckscher, 9 лет назадOne of the main reasons I choose Firefox - this makes it easy to maintain separate workspaces for different projects, and to keep track of a lot of tabs. Incredibly useful
- Оценено на 5 из 5от omidmr, 9 лет назад
- Оценено на 5 из 5от Joshua Cantara, 9 лет назад
- Оценено на 5 из 5от lunix, 9 лет назад10/10 !
to hide the usual tabs, and to hide title bar of TreeStylTab
[your firefox profil folder] /chrome/userChrome.css
--------------------------------------------------------------------
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#tabbrowser-tabs { visibility: collapse !important; }
#sidebar-header {
display: none;
} - Оценено на 5 из 5от Bea, 9 лет назадGreat when juggling multiple tabs. A must have! Easy to use without any issue at all. 5* from a satisfied customer.
- Оценено на 5 из 5от pemster, 9 лет назадThis extension has changed my life. My work can involve juggling many web pages, whether I'm maintaining issues in JIRA, Writing pages in Confluence, filling in timesheets, or any number of other things. So many mistakes used to happen when I had 3 copies of the same page open at the same time and editing content in 2 of them at once without noticing. But no more! All my pages are now organised in a way that actually mirrors the way I'm working. This is a browser extension that makes me smile! :-)
- Оценено на 5 из 5от Пользователь Firefox 13596911, 9 лет назадThis is one of the extensions I can't browse without after trying it for about five minutes!
It's just perfect for maniacs like me who tend to have at least a dozen tabs open at any time. Especially at work where I like to have the complete trail of websites visited while researching the latest technical problem(s) available and organized. - Оценено на 5 из 5от Panettone, 9 лет назадVery useful: With this extension I get a better overview of my tabs. The only thing I miss is "Custom Tab Groups". For example: Work, Personal, Programming, Todo, etc.
- Оценено на 5 из 5от Simon, 9 лет назадThanks for this addon!
I really like the native tab bar, but I also like how Tree Style Tab groups related tabs together. So I created an addon based on this addon that colors the native firefox tab bar based on the group the tabs are in.
https://addons.mozilla.org/firefox/addon/tab-groupcolor/ (please don't break the dependency :)) - Оценено на 5 из 5от Onihikage, 9 лет назадFirst: 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. - Оценено на 5 из 5от dzmitry.lahoda, 9 лет назад
- Оценено на 5 из 5от Пользователь Firefox 13501553, 9 лет назад
- Оценено на 5 из 5от Roenick, 9 лет назадNice 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 ! - Оценено на 5 из 5от Пользователь Firefox 13581482, 9 лет назад
- Оценено на 5 из 5от Пользователь Firefox 12656867, 9 лет назадAmazingly useful addon. Makes tab management so much easier that I couldn't use a browser without it.
- Оценено на 5 из 5от Joe L, 9 лет назадTree 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!
- Оценено на 5 из 5от Justin Hensley, 9 лет назад
- Оценено на 5 из 5от Пользователь Firefox 13404889, 9 лет назад
- Оценено на 5 из 5от Kshitij Sobti, 9 лет назад
- Оценено на 5 из 5от Пользователь Firefox 13569548, 9 лет назадI'm so happy to see this has migrated to quantum. Huge fan and glad to see it will continue!!
- Оценено на 5 из 5от Plugaru Tudor, 9 лет назад
- Оценено на 5 из 5от Пользователь Firefox 13569195, 9 лет назад
- Оценено на 5 из 5от Ammon, 9 лет назад
- Оценено на 5 из 5от Пользователь Firefox 12145238, 9 лет назад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; }