You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sidebery combines vertical layout of tabs with Firefox's containers to provide more convenient way of working with big amount of opened pages. It aims to be fast and beautiful and gives a lot of options for customizing. Some of key features:
8
+
Sidebery combines vertical layout of tabs with Firefox's containers to provide the more convenient way of working with a big amount of open pages. It aims to be fast and beautiful and gives a lot of options for customizing. Some of the key features:
8
9
9
10
### Vertical tabs layout (flat or tree)
10
11
11
-
You can use simple flat list of tabs or tree structure. Tree layout allows you to fold sub-tries, creates groups with custom name to organize opened pages.
12
+
You can use a simple flat list of tabs or tree structure. Tree layout allows you to fold sub-tries, creates groups with a custom name to organize open pages.
13
+
14
+
### Bookmarks panel
12
15
13
-
### Bookmarks panel for easy access
16
+
Simple catalogs of your bookmarks. You can drag and drop links or tabs to create bookmarks and vice-versa. Basic operations: open in new window / create / edit / delete.
14
17
15
-
Simple catalogs of your bookmarks. You can drag and drop links or tabs to create bookmarks and vice-versa.
18
+
Other bookmarks features:
19
+
- Automatically delete an open bookmark from "Other Bookmarks" folder.
20
+
- Highlight open bookmarks and activate its tab instead of opening new on clicking.
16
21
17
22
### Advanced containers management
18
23
19
-
Isolate your internet activity with Firefox's containers. Sidebery separates containers by panels and allow you to switch between them with mouse or keyboard shortcuts. With this addon you also can set proxy for different containers, use "include" and "exclude" rules to control what page should be opened in which container.
24
+
Isolate your internet activity with Firefox's containers. Sidebery separates containered tabs by panels and allows you to switch between them with the mouse or keyboard shortcuts.
25
+
26
+
### Containers proxy, include and exclude rules
27
+
28
+
With this addon, you also can set proxy for different containers, use "include" and "exclude" rules to control what page should be open in which container.
29
+
30
+
### Customizable context menu
31
+
32
+
Sidebery allows you to change the context menu for tabs and bookmarks. You can enable/disable/move different options, create sub-menus/separators.
20
33
21
34
### Multi-selection with right mouse button or keyboard shortcuts
22
35
23
-
Select multiple tabs or bookmarks to apply actions to them or drag and drop them.
36
+
You can select multiple tabs or bookmarks only with the mouse - push right mouse button and then move the cursor to adjust selection range.
37
+
`note: This feature is not working with the native context menu.`
38
+
39
+
Also, you can use ctrl+click/shift+click method or use keyboard shortcuts.
24
40
25
41
### Customizable styles
26
42
27
-
Sidebery provides the way to customize some of style properties like colors, sizes, fonts of different elements.
43
+
Sidebery provides full control of styles for sidebar and group page via variables and custom CSS.
44
+
`note: css selectors can be changed in the next version`
28
45
29
46
### Snapshots
30
47
31
-
You can create snapshots of currently opened tabs and their tree structure and restore them later.
48
+
You can setup auto snapshots that will keep info about open windows and tabs.
49
+
32
50
33
51
---
34
52
@@ -39,72 +57,74 @@ Shortcut `ctrl+E` (default) or click on Sidebery button.
39
57
40
58
__Create new tab__
41
59
`ctrl+T` - In default container.
42
-
`ctrl+space` - In currently active container.
43
-
`ctrl+shift+space` - after currently active tab.
44
-
Middle click on panel - in currently active container.
45
-
Left click on panel's icon - in currently active container.
46
-
...other methods may be found in settings
60
+
`ctrl+space` - In active panel.
61
+
`ctrl+shift+space` - after active tab.
62
+
Also "Middle click on panel", "Left click on panel's icon" and other configurable methods...
47
63
48
64
__Switch between containers__
49
65
`alt+Comma(<)` - to previous panel
50
66
`alt+Period(>)` - to next panel
51
-
Scroll on navigation strip
52
-
Horizontal scroll (configurable)
67
+
Scroll on navigation strip - (optional)
68
+
Horizontal scroll - (optional)
53
69
54
70
__Switch between tabs__
55
71
`ctrl+PgUp/PgDown` - firefox's defaults
56
72
`alt+Up/Down` + `alt+space` - select tab and activate it
57
-
Scroll (configurable)
73
+
Scroll - (optional)
58
74
59
75
__Open dashboard of panel__
60
-
Right-click on panel's icon
76
+
Right-click on panel's icon
77
+
78
+
__Expand/Fold parent tab__
79
+
Click on favicon of target tab.
80
+
81
+
__Expand/Fold tabs or bookmarks while dragging elements__
82
+
Move mouse cursor to pointer's triangle.
83
+
84
+
__Select all descendants of tab__
85
+
Right click on favicon.
86
+
87
+
__Close whole tabs branch__
88
+
Right click on close button.
89
+
90
+
__Switch panel while dragging elements__
91
+
Move mouse cursor to panel's icon.
61
92
62
93
---
63
94
64
95
## Tips and Tricks
65
-
__To expand/fold tabs or bookmarks while dragging elements__ - move mouse cursor to pointer's triangle.
66
-
__To expand/fold tab__ - left click on favicon.
67
-
__To select all descendants of tab__ - right click on favicon.
68
-
__To close tab all it's descendants__ - right click on close button.
69
-
__To switch to some panel while dragging elements__ - move mouse cursor to panel's icon.
70
96
71
-
### Hide/customize native panels
97
+
### userChrome.css
72
98
73
99
In 'Profile Directory' `(Menu > Help > Troubleshooting Information > Profile Directory)`
74
100
create folder `chrome` with file `userChrome.css`:
0 commit comments