Shqyrtime për Container Tabs Sidebar
Container Tabs Sidebar nga Maciej Mionskowski
45 shqyrtime
- Vlerësuar me 5 yje nga 5 të mundshëmnga EzAll, 2 muaj më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga hkpd, 2 muaj më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga ameduza, 10 muaj më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Aaron B, një vit më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga elliexm83, një vit më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga akasico1, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13790591 përdoruesi Firefox-i, 2 vite më parëIt does what I was looking for. All the tabs in the corresponding container and easily accessible from the sidebar.
- Vlerësuar me 5 yje nga 5 të mundshëmnga thomaskl20052, 3 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga LeeteqXV, 3 vite më parëA true revolution in my browser usage.
I wish 2 things might be adjusted, though:
a) Put the active container name at the end of the Titlebar so we know where we are when using the auto-collapsed setting, and
b) add 5-10px padding to the right side of the sidebar as it happens all the time that one click on the pop-up scrollbar instead of hitting the expand icon.
EDIT: (unchanged: original text/comment above is from 2022, 2 years ago)(still 5 stars from me)
c) Now (2024) that the following has been fixed in the new Firefox v.123;
https://bugzilla.mozilla.org/show_bug.cgi?id=1333395
(Container tabs sort order),
- it seems that this addon can now be updated to allow us to re-order the containers?
That is the missing part here, really need to be able to (re-)order the containers.
d) FYI: I am happily using the following custom CSS with this addon, giving nice coloring, contrasts, highighting of the current/active tab, and spacing. I think that something like this could be included in the addon as either a default suggestion, or in the text explanation above that CSS field for people to easily copy/paste into that field.
/** :root { --padding: 0.45em; }
body { font-size: 0.9em; }
Ref..: https://github.com/maciekmm/container-tabs-sidebar/blob/master/src/sidebar/style.css
**/
body { background: maroon; }
.tab-active {
background: maroon !important;
}
.container-tab {
background: green;
margin-left: 15px;
font-weight: bold;
}
.container {
padding-right: 20px !important;
font-weight: bold;
color: black !important);
}
.container-tab-close, .container-tab-close:hover {
position: absolute;
background: #333;
border-radius: 20px;
padding: 2px;
left: 2px;
top: 50%;
transform: translateY(-50%);
} - Vlerësuar me 5 yje nga 5 të mundshëmnga 17465605 përdoruesi Firefox-i, 3 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 15019999 përdoruesi Firefox-i, 3 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Predefine6856, 3 vite më parëThis is great. Works perfectly and the setting to use custom CSS allowed me to make it look exactly how I wanted (needed the container tab indented to make it easier to differentiate container name and tabs)
.container-tab { padding-left: 40px }
Thanks for creating this and sharing it! - Vlerësuar me 5 yje nga 5 të mundshëmnga HexaDroid, 3 vite më parëI really like the addon, the text was too small for me. But with the custom CSS I was able to increase it. @Developer. Is there a CSS I could add to increase the size of the 'pinned icons'? If I would be able to make those bigger, it would be perfect!
EDIT: thanks for the response below. Worked perfectly. Maybe it would be nice to include some sliders for the non techies :)Përgjigje zhvilluesi
postuar më 3 vite më parëHello,
you can achieve this via:
```css
#pinned-tabs .container-tab .favicon {
min-height: 30px;
min-width: 30px;
flex-basis: 30px;
}
```
Thank you for your kind review! - Vlerësuar me 5 yje nga 5 të mundshëmnga やきゅ, 3 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Jay, 3 vite më parëExactly the extension i was looking for. This should also be a Firefox default!
- Vlerësuar me 5 yje nga 5 të mundshëmnga WorldSerpent, 3 vite më parëI am using this add-on along side Containerise and its one of my favorite combos now. Works great for my purpopses.
- Vlerësuar me 5 yje nga 5 të mundshëmnga qyw, 4 vite më parëShould be a part of default Firefox compilation/build/release.
- Vlerësuar me 5 yje nga 5 të mundshëmnga ap0xgaming, 4 vite më parëBro, you are the best. I am dealing with up to 90 containers and before I found the side bar.. you can imagine the pain of scrolling through the list . Fqking hero you are, thank you Maciej!
- Vlerësuar me 5 yje nga 5 të mundshëmnga A.Jamal, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Max, 4 vite më parëGreat addon! Thank you!
Added: Color bars appeared again in version 96.
Please pay attention, that color bars on tabs are no longer visible in the latest FF proton interface.
Added: I'm running the latest release - 91.0.1. Maybe the problem will be solved when 93 come to release.
More detailed description:
Previously there was a color bar above each non-default tab. Now the color bar disappeared, only the color frame around URL box is on its place.
I'm talking about the blue bar above the "New tab" on this screenshot taken from another container addon: https://addons.cdn.mozilla.net/user-media/previews/full/196/196940.pngPërgjigje zhvilluesi
postuar më 4 vite më parëHello Max,
I am running Firefox 93.0a and see color bars on containers. Could you describe in more detail the issue you have observed?
Thank You for the review. - Vlerësuar me 5 yje nga 5 të mundshëmnga Pnévma, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Travis Long, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga pelle, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Kliff, 4 vite më parëEdit: Thank you for fixing Temporary Container tab cycling!! It works for me now. I'm totally not about #2, I think that extensions has issues and there are alternatives that work with Container Tabs Sidebar.
I really like this add-on, but theres a compatibility issue holding me back.
1) The "Cycle tabs in view order" option is incompatible with the "Temporary Containers" add-on.
Specifically trying to drag-and-drop sort any tabs in the sidebar under the "Temporary containers" group causes them to snap back to their original position. Tabs in other containers dont have this problem, even with Temporary Containers still enabled.
2) Much, much, less important to me, there is an issue when the UnloadTabs add-on is present. I'm not sure if this is actually Container Tabs Sidebar's fault.
When the UnloadTabs add-on is installed the tab focused after closing a tab becomes essentially random. While trying to fix this, I saw in the reviews for the add-on "Select After Closing Current" that it also also has a conflict with UnloadTabs present.Përgjigje zhvilluesi
postuar më 4 vite më parëGood morning Kliff,
I have fixed issue #1, I'll take a look at #2, but it's pretty low priority as of now.
New version should be out now :) Please update and report your findings.