Revisiones de Tree Style Tab (Pestañas estilo árbol)
Tree Style Tab (Pestañas estilo árbol) por Piro (piro_or)
2266 revisiones
- Se valoró con 5 de 5por Usuario de Firefox 13455230, hace 9 años
- Se valoró con 4 de 5por Justin, hace 9 añosIt works! And it's a tree! And there are many and sensible config options! And it integrates with containers!! Wooohooo!!!
You have to manually disable the horizontal tabbar at this moment. This is a limitation of the webextension api, not something this extension can currently do something about. But once that's possible, it'll get the final star ;-) - Se valoró con 2 de 5por Usuario de Firefox 13455170, hace 9 añosKein Ersatz für Tab Mix Plus aber wenigstens läuft es im neuen Firefox 57 (Quantum)
- Se valoró con 2 de 5por Usuario de Firefox 13349943, hace 9 añosWhy are so much permission required lately? It's asking right now for every data everywhere and it's kind of freaking me out..
I find this extension very usefull thought - Se valoró con 4 de 5por r3cgm, hace 9 añosLove the extension. Please find a way to remove the tab bar at the top!
- Se valoró con 5 de 5por paulrademaker, hace 9 añosThanks to Anonymous user fc7bf5 for fixing the problem to remove the tab bar at the top!
With this fix 5 stars. Strange that the creator of this usefull extension didn't solve this problem. - Se valoró con 5 de 5por Usuario de Firefox 13454663, hace 9 años
- Se valoró con 5 de 5por Usuario de Firefox 13454624, hace 9 años
- Se valoró con 4 de 5por rooiratel, hace 9 añosWorks well. Just need the top bar of tabs to be hidden.
- Se valoró con 5 de 5por Usuario de Firefox 13454099, hace 9 añosFor anyone having trouble with the horizontal tabs not hiding, Anonymous user 099626's advice worked for me. Create a folder chrome/ in your firefox profile and then in that directory a userChrome.css file containing the following rules
/* Remove horizontal tabs */
#tabbrowser-tabs {
visibility: collapse;
}
If you want to get rid of the sidebar header, add this to the file:
/* Remove sidebar header */
#sidebar-header {
visibility: collapse;
}
You will have to restart Firefox to enact the changes. - Se valoró con 4 de 5por Usuario de Firefox 12559490, hace 9 añosLatest update today with the desire for new permissions has caused the addon to fail. Before this I am grateful it was ported over to the new design. This is the main reason I use FF. Please help fix this issue.
Update, just clicked to add again to Firefox and it fixed it. Odd but ieast it is working again. - Se valoró con 5 de 5por Usuario de Firefox 13413883, hace 9 añosBest extension ever that keep me using Firefox
- Se valoró con 4 de 5por Usuario de Firefox 13451606, hace 9 añosPlease justify in the description why the permission to access data from websites is required. It could deter people from using your fantastic extension, which would be a shame.
For those interested, justification for website data access permission is given here : https://github.com/piroor/treestyletab/issues/1536#issuecomment-344541809 - Se valoró con 1 de 5por Usuario de Firefox 13450984, hace 9 añosRequires access to ALL data from websites, read and modify bookmarks, and use notifications... I cannot remotely see why those permissions could be possibly needed...
- Se valoró con 2 de 5por csiman, hace 9 añosRequires access to ALL data from websites! I think I'll pass thanks
- Se valoró con 4 de 5por DanteHaiwindo, hace 9 añosmy only issue (after finding the work abouts for the top bar to go away...is making the tabs "thinner". the one bit of code that was here scrunched it all up and i couldn't make hide nor hair out of my tabs. I suppose screwing around with css and figuring it out is going to be something i'm going to have to do...if only to figure out which tag needs changed to get them thinner without everything running together.
- Se valoró con 5 de 5por Usuario de Firefox 13448536, hace 9 años
- Se valoró con 4 de 5por Usuario de Firefox 13448336, hace 9 añosWorks in FF57, however have an issue with dragging things (like a text link or an image) to become a new tab on the side, I get jumped to the new tab instead of it loading in the background.
- Se valoró con 5 de 5por Yassine ElBadaoui, hace 9 años
- Se valoró con 5 de 5por kanimiso, hace 9 añosツリー型タブのアドオンを1年前ほどからずっと入れてましたがFirefoxのアプデにより
ツリーの固定化と最大縮小サイズが狭くなってしまいもっと狭く設定できるようにしてほしいです。
このアドオンを使わないと生きていけない体になってしまい、とても良いアドオンだと思います - Se valoró con 5 de 5por 93d023f02b664b0f88f7, hace 9 añosPractically essential if you open many tabs. Hierarchical indentation is what makes this superior to all other solutions.
The transition to Web Extensions is excellent considering the situation. There is a current bug on Firefox's end that keeps the horizontal tabs around. You can address this by creating a file in your Firefox profile, \chrome\userChrome.css and add the following rules:
/* Remove horizontal tabs */
#tabbrowser-tabs {
visibility: collapse;
}
If you want to get rid of the sidebar header, add this to the file:
/* Remove sidebar header */
#sidebar-header {
visibility: collapse;
}
You will have to restart Firefox to enact the changes.