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
Copy file name to clipboardExpand all lines: chrome/src/options/options.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
"Domains" : {
3
3
"description": "Specify GitHub enterprise domain, or other domains you'd like to grab links for. There's no need to add github.com, protocol is also not required unless you'd like to be explicit.",
4
4
"val": "",
5
-
"hint": "(comma separated if multiple)"
5
+
"hint": "(comma separated if multiple)"
6
6
},
7
7
"Shortcut" : {
8
8
"description": "The shortcut that triggers button clicking on the mail view.",
9
9
"val": "shift + 71",
10
-
"hint": " (press shortcut in the input field)"
10
+
"hint": " (press shortcut in the input field)"
11
11
},
12
12
"BackgroundShortcut" : {
13
13
"description": "The shortcut that triggers button clicking on the mail view, opens the link in the background.",
0 commit comments