-
Notifications
You must be signed in to change notification settings - Fork 0
/
TabSessionManager_Settings.json
40 lines (40 loc) · 1.11 KB
/
TabSessionManager_Settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"ifLazyLoading": false,
"isUseDiscarded": true,
"isRestoreWindowPosition": true,
"ifSupportTst": true,
"tstDelay": 150,
"saveTabGroups": false,
"ifSavePrivateWindow": false,
"ignoreUrlList": "",
"shouldSaveDeviceName": false,
"deviceName": "",
"compressFaviconUrl": true,
"ifAutoSave": false,
"autoSaveInterval": 15,
"autoSaveLimit": 10,
"ifAutoSaveWhenClose": false,
"autoSaveWhenCloseLimit": 10,
"ifAutoSaveWhenExitBrowser": false,
"autoSaveWhenExitBrowserLimit": 10,
"useTabTitleforAutoSave": false,
"startupBehavior": "none",
"shouldTrackNewWindow": false,
"ifBackup": false,
"individualBackup": true,
"backupFolder": "TabSessionManager - Backup",
"enabledAutoSync": true,
"includesAutoSaveToSync": true,
"openButtonBehavior": "openInNewWindow",
"saveButtonBehavior": "saveOnlyCurrentWindow",
"isSessionListOpenInTab": false,
"theme": "dark",
"popupWidthV2": 700,
"popupHeight": "500",
"sidebarWidth": 300,
"dateFormat": "YYYY.MM.DD HH:mm:ss",
"truncateTitle": true,
"isShowOpenButtons": true,
"isShowOptionsPageWhenUpdated": true,
"isDebugMode": false
}