Відгуки для Tree Style Tab
Tree Style Tab автор Piro (piro_or)
2 183 відгуки
- Оцінка 5 з 5від mindfuldev, 8 років томуMy favorite extension. Works great with Firefox 57+. It has many options and also allows customization via CSS (I use it to increase font). It doesn't hide top tab bar because of API limitation but for me it is feature not bug :) because I sometimes use also top bar for example when I need more horizontal space.
- Оцінка 5 з 5від Jeff, 8 років томуThe reason why I continue using Firefox. Viewing pages in a tree is a great way to keep track of my day-to-day projects.
- Оцінка 1 з 5від Користувач Firefox 13442290, 8 років томуNot working in firefox android version 57 (2017.11.15)
- Оцінка 5 з 5від Користувач Firefox 13442352, 8 років томуGreat way to organize tabs if you're a million-tab user like me.
One request (and I know it's early) - in Firefox Quantum, the tab bar at the top stays! So now I have 2 sets of tabs - the normal Firefox tabs, and the tree style tabs. Would be great if there was a way to hide the tabs at the top. Thanks! - Оцінка 4 з 5від Користувач Firefox 13442043, 8 років томуThis extension is the one of the main reasons I continue to use Firefox instead of Chrome as my primary browser. However, I don't like the new looks for Firefox 57. I don't want to see the "Tree Style Tab" block at the top of my list of tabs, I only want to see my tabs. I also want to get rid of the new-tabs button at the bottom of my list of tabs. I also don't want to see tabs horizontally across the top bar of firefox when TST is open. I still love the extension, and it feels a lot less buggy than it did before 57, but I want the appearance to be decluttered and get out of my way more like it did before.
- Оцінка 5 з 5від tanjon, 8 років тому
- Оцінка 5 з 5від Користувач Firefox 13441663, 8 років томуThis is the best extension ever. I would also like to be able to hide the tabs at the top in Firefox 57.0.
- Оцінка 5 з 5від Alex_L, 8 років томуCan't imagine browser without this addon.
The main reason why I'm still on FF. - Оцінка 5 з 5від Mathieu Pillard, 8 років тому
- Оцінка 4 з 5від revija, 8 років томуGreat extension. Don't know if it's possible with Quantum limitations to add an option 'Protect tab' (from accidental closing)?
- Оцінка 3 з 5від Village Hero, 8 років тому
- Оцінка 4 з 5від Raul Liu, 8 років тому
- Оцінка 5 з 5від Shawn Carrié, 8 років томуGreat extension, but in Firefox 57.0, the tabs are still shown at the top of the browser, taking up space – I hope this gets fixed soon!
- Оцінка 5 з 5від Користувач Firefox 13440126, 8 років тому
- Оцінка 5 з 5від Користувач Firefox 13439764, 8 років томуThis is probably the main reason why I use Firefox!
- Оцінка 5 з 5від Rascasse, 8 років томуThis is the mother of all "killer apps" for all browsers. I've used tree-style tabs for years now, a great surprise that it was updated as a webextension. Firefox Quantum + tree-style tabs feels like the future. Bravo Piro!
- Оцінка 5 з 5від Користувач Firefox 13439177, 8 років томуThat extension is one of the reasons why Firefox is so awesome! Thanks a lot for updating it to work with Firefox 57!
Hopefully the issue with an API for hiding the native tab bar will be resolved soon. - Оцінка 1 з 5від starpause, 8 років тому
- Оцінка 5 з 5від Користувач Firefox 13437163, 8 років тому
- Оцінка 4 з 5від Користувач Firefox 13435954, 8 років тому
- Оцінка 5 з 5від Mack, 8 років тому
- Оцінка 5 з 5від Користувач Firefox 13433910, 8 років тому
- Оцінка 5 з 5від Користувач Firefox 13340587, 8 років томуThis is the most useful addon in the history of Firefox. As long as this addon is alive, I can't leave Firefox.
- Оцінка 5 з 5від Joulss, 8 років томуVery good extension, highly customizable.
If you want to hide the legacy tabs toolbar AND the title toolbar too, here are my settings :
* Disable title toolbar
* Tree Style Tab vertigo theme
* In your profile/chrome/userChrome.css file (create it if needed) :
#TabsToolbar, #sidebar-header {
visibility: collapse !important;
}
#TabsToolbar {
margin-bottom: -23px !important;
}
toolbar {
padding-right: 110px !important;
padding-bottom: 2px !important;
padding-top: 2px !important;
}
#navigator-toolbox::after {
border-bottom: 1px solid #474749 !important;
}
I like thin and clean tabs so I added these rules to the Tree Style Tab extra style rules :
* Custom Tree Style Tabs css :
.tab {
height: 25px !important;
border-top: none !important;
border-bottom: dotted 1px #ccc !important;
}
.tab .label {
font-size: 11px !important;
}
And voila, a single bar clean Firefox (tested on developer edition v58).
Just one feature request : a dark (not black) theme using the same grays than Firefox would be great !