Recensioni per Sidebar Tabs
Sidebar Tabs di asamuzaK
33 recensioni
- Valutata 5 su 5di Ceejames, 8 giorni faLove this tab group extension, tried most of the tab managers and this one just works, do have some small improvements I would like to see, but is better than the last 4 I tried, I am a heavy tab user and this sidebar with tab grouping is outstanding.
Not sure how many tabs I have open but would say 300+, and being able to group by setting tab group labels is amazing.
Suggestions for feature, ease of use improvements:
Need to drag and drop multiple selected tabs, when I do it now, only moves one.
Needs move to -> move to a named tab group
Can't drag multiple tabs to a collapsed tab group, but can drag a single tab into an open tab group, should both work
Can't grab and drag a collapsed tab group to a new location, but can open, select all the tabs, and move as a group, and then recreate tab group - cumbersome.
When dragging into a named tab group, will only let you drop behind first tab in the group, not in front of that tab, and won't let you drop it after last tab, though the highlight line shows up as if you could.Replica dello sviluppatore
pubblicato il 8 giorni faFiled:
https://github.com/asamuzaK/sidebarTabs/issues/333
https://github.com/asamuzaK/sidebarTabs/issues/334
https://github.com/asamuzaK/sidebarTabs/issues/335
https://github.com/asamuzaK/sidebarTabs/issues/336
https://github.com/asamuzaK/sidebarTabs/issues/337
Follow them on GitHub. - Valutata 4 su 5di Utente Firefox 18524062, 5 mesi faThis addon stays simple and do whats expected. I removed the tab bar thanks to a Stackoverflow topic. Unfortunately the keyboard shortcuts allowed by Firefox are limited to... Ctrl+Y ! I left the side panel button on the interface to help the usability.
- Valutata 5 su 5di Ranit, 6 mesi fa
- Valutata 5 su 5di Utente Firefox 15322753, 10 mesi fa
- Valutata 5 su 5di IQman, 10 mesi faDoes anyone has css for making tab to 12px in height? The thin option are not thin enough
Replica dello sviluppatore
pubblicato il 10 mesi fa````
.tab-items {
height: 12px;
}
````
Next time, please ask questions on the support site. - Valutata 5 su 5di 菘菘, un anno fa
- Valutata 5 su 5di jyc, un anno fa
- Valutata 5 su 5di Utente Firefox 18202301, un anno faDoes what it says on the tin, works and has nice features.
- Valutata 5 su 5di Armin202-1364594025.75, un anno fa
- Valutata 5 su 5di Walter, 2 anni faVery usable, and looks very good. Tabs grouping works perfectly. The developer actively maintains the github repo and gives prompt feedback on the opened issues and suggestions.
- Valutata 5 su 5di Utente Firefox 12527680, 2 anni fa
- Valutata 5 su 5di Raziel Anarki, 2 anni fa
- Valutata 5 su 5di eugbyte, 2 anni faSimilar to edge's vertical tabs, good job
To make current tabs stand out in Dark Theme, can set the border to white under SideBar Tabs > Options > Sidebar Theme > Active Tab > Border, set to White
Some feedback:
Option to name the groups, similar to edge's vertical tabs?
Also allow us to remove the top tab bar? Right now, I have to manually edit the userChrome.css by following this guide ( https://medium.com/@Aenon/firefox-hide-native-tabs-and-titlebar-f0b00bdbb88b )Replica dello sviluppatore
pubblicato il 2 anni fa> Option to name the groups, similar to edge's vertical tabs?
Right click on grouped tab and select menu item.
Tab Group > Show Group Label
> Also allow us to remove the top tab bar?
No API for that.
Ref: Add ability to hide native tab bars · Issue #5 · asamuzaK/sidebarTabs
https://github.com/asamuzaK/sidebarTabs/issues/5 - Valutata 5 su 5di Utente Firefox 15625996, 2 anni fa
- Valutata 5 su 5di FreeLibre, 2 anni fa
- Valutata 5 su 5di Evren Ozkan, 3 anni fa
- Valutata 2 su 5di Artyom, 3 anni fa
- Valutata 5 su 5di Utente Firefox 16828216, 3 anni fa
- Valutata 4 su 5di puiohe94, 4 anni fa
- Valutata 5 su 5di Utente Firefox 12423104, 5 anni fa
- Valutata 4 su 5di grahamperrin, 5 anni fa
- Valutata 4 su 5di saran, 5 anni faIt's pretty cool, but it lacks some features that I need.
1) for example I have like 300 cards open at the moment, it would be nice to have a button somewhere to automatically group them by domain (because I have to click on every different domain and group it separately, right now. It takes a lot of time.
2) an option to group new tabs after opening them? After I open new youtube tab (while being outside of any group), it should be automatically grouped into the "youtube" domain group. So I don't have to do that manually.
3) a button to collapse ALL groups at once?
4) another thing that is bugged - after I close the Tabs sidebar (the whole plugin sidebar) and open it again, only a few groups are kept (seems to be random ones), or only a few cards are kept within a group. Most of them need to be created again, which is troublesome. Both for normal and domain groups. Most of them disappear after closing the sidebar. Only a few are kept.
thank you for your workReplica dello sviluppatore
pubblicato il 5 anni faThis place is not suitable for issue tracking.
Please file each issue on https://github.com/asamuzaK/sidebarTabs/issues
Thanks - Valutata 3 su 5di gracefool, 5 anni faPretty good but has some usability issues. Primarily, the list scrolls to the bottom whenever I make a new tab. Also it's a shame you can't double-click to open a new tab, or middle-click to close a tab (and remove the close button at the end). It doesn't show whether a tab is loaded or not. It works well with Containers, showing the icon at the end - though it would be really cool if you could filter the list by container (i.e. an option to show one container at a time).
Reply: I installed the pre-release (2.1.0a1) but there's no difference re double-click or middle-click. Nor does that about:config change do anything re showing if a tab is unloaded - it only shows if it is loading. Fair enough re containers.Replica dello sviluppatore
pubblicato il 5 anni fa> you can't double-click to open a new tab, or middle-click to close a tab (and remove the close button at the end)
Added those features.
You can try pre-release from https://github.com/asamuzaK/sidebarTabs/tree/master/dest
> It doesn't show whether a tab is loaded or not.
Set `svg.context-properties.content.enabled` to `true` from `about:config`.
> it would be really cool if you could filter the list by container
Not planned. Out of purpose.