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
"label": "Xtra Clean mode: Present the extensions as grid",
4
+
"label": "Apply grid view to extension menu",
5
5
"type": "checkbox"
6
6
},
7
7
{
8
-
"property": "mod.extension.hide",
9
-
"label": "Hyper Clean mode: Hide the extension button unless hovered",
8
+
"property": "mod.lean.hide-zoom",
9
+
"label": "Hide Zoom button in URL bar",
10
10
"type": "checkbox"
11
11
},
12
12
{
13
-
"property": "mod.extension.remove",
14
-
"label": "Way Too Clean mode: Remove the extension button",
13
+
"property": "mod.lean.show-translation",
14
+
"label": "Show Translation button when hovering the URL bar in Single Toolbar mode",
15
+
"type": "checkbox"
16
+
},
17
+
{
18
+
"property": "mod.lean.show-pageactions",
19
+
"label": "Show page action button for extensions when hovering the URL bar in Single Toolbar mode",
20
+
"type": "checkbox"
21
+
},
22
+
{
23
+
"property": "mod.lean.top-workspace",
24
+
"label": "Hide top workspace indicator except when editing its name (Right click icon for current workspace at the bottom and choose 'Change Name')",
25
+
"type": "checkbox"
26
+
},
27
+
{
28
+
"property": "mod.lean.bottom-buttons",
29
+
"label": "Hide bottom buttons area unless tab sidebar is hovered",
30
+
"type": "checkbox"
31
+
},
32
+
{
33
+
"property": "mod.lean.ninja-top-buttons",
34
+
"label": "Hide top buttons area in Single Toolbar mode but still preserve 1px height so the buttons is accessible above the URL bar, Ninja-style. Works in tandem with Gesturefy extension",
35
+
"type": "checkbox"
36
+
},
37
+
{
38
+
"property": "mod.lean.bookmarks",
39
+
"label": "Only show bookmarks when hovering top navbar in Multiple and Collapsed Toolbar mode",
40
+
"type": "checkbox"
41
+
},
42
+
{
43
+
"property": "mod.lean.pinned-ext",
44
+
"label": "Repurpose the bottom buttons area as 'Pinned Extensions' below the URL bar in Single Toolbar mode",
45
+
"type": "checkbox"
46
+
},
47
+
{
48
+
"property": "mod.lean.pinned-ext.workspaces",
49
+
"label": "Show workspace buttons that were hidden when 'Pinned Extensions' is enabled",
0 commit comments