Skip to content

Commit be7de30

Browse files
authored
Lean v3 - Update preferences.json
1 parent ac47d75 commit be7de30

File tree

1 file changed

+41
-6
lines changed

1 file changed

+41
-6
lines changed
Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,52 @@
11
[
22
{
33
"property": "mod.extension.viewgrid",
4-
"label": "Xtra Clean mode: Present the extensions as grid",
4+
"label": "Apply grid view to extension menu",
55
"type": "checkbox"
66
},
77
{
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",
1010
"type": "checkbox"
1111
},
1212
{
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",
1550
"type": "checkbox"
1651
}
17-
]
52+
]

0 commit comments

Comments
 (0)