forked from Bush2021/chrome_plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchrome++.ini
69 lines (56 loc) · 5.84 KB
/
chrome++.ini
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
; This file is the configuration file of Chrome++ (version.dll) in INI format
; Line begins with (;) is a comment statement that has no effect for configuration
; For function switch, you need to manually change it: 0 is off, 1 is on
; If the corresponding option is left blank or does not exist, the default configuration is used
; If this file is deleted, the default configuration will be used, which is the configuration initially presented by this file
; 本文件是 Chrome++ (version.dll) 的配置文件,采用 INI 格式
; 分号(;)开始的行是注释语句,不会产生实际作用
; 如果设置是开关,需要手动修改:0关闭,1开启
; 如果对应选项留空或不存在,表示使用默认配置
; 如果删除本文件,将会使用默认配置,也就是本文件初始呈现的配置
; %app% indicates the directory where chrome.exe resides
; Leave blank to use the default Settings
; %app% 表示 chrome.exe 所在目录
; 留空代表使用默认配置
[General]
DataDir=%app%\..\Data
CacheDir=%app%\..\Cache
; Appends Chromium startup parameters
; You can imitate the form below to write, pay attention to the space, do not wrap
; CommandLine=--no-first-run --disable-logging --no-report-upload
; 追加 Chromium 启动参数
; 可以模仿下面的形式来写,注意空格,不要换行
; CommandLine=--no-first-run --disable-logging --no-report-upload
CommandLine=
; Customize a shortcut key that can hide all Chrome windows and restore them when pressed again
; Available keys are: Ctrl, Alt, Shift, Win, F1-F12, numeric keys, letter keys, symbol keys
; For example: Ctrl+Alt+B
; 自定义一个快捷键,按下后可以隐藏所有 Chrome 窗口,再次按下恢复
; 可以使用的键位有:Ctrl、Alt、Shift、Win、F1-F12、数字键、字母键、符号键
; 例如:Ctrl+Alt+B
Bosskey=
; double_click_close -- Double left click to close the TAB
; right_click_close -- Right click to close the TAB (pop up the original menu when the Shift key is pressed)
; keep_last_tab -- Keep the last TAB from closing the window (except for manually clicking the close button)
; wheel_tab -- Use the mouse wheel to switch TAB when the mouse is on the TAB bar
; wheel_tab_when_press_rbutton -- Use the mouse wheel to switch TAB when the right mouse button is pressed anywhere (if you use mouse gesture software, it will not take effect)
; open_url_new_tab -- New foreground tab opens the contents entered in address bar
; open_bookmark_new_tab -- New foreground tab opens the bookmark
; new_tab_disable -- If the current TAB is a new TAB, disable the above two options
; double_click_close -- 双击左键关闭标签页
; right_click_close -- 右键关闭标签页(按 Shift 键时弹出原有菜单)
; keep_last_tab -- 保留最后一个标签页不关闭窗口(手动点击关闭按钮除外)
; wheel_tab -- 鼠标在标签栏时使用鼠标滚轮切换标签页
; wheel_tab_when_press_rbutton -- 在任何位置按住右键时使用鼠标滚轮切换标签页(若使用了鼠标手势软件则不生效)
; open_url_new_tab -- 新建前台标签页打开地址栏输入的内容
; open_bookmark_new_tab -- 新建前台标签页打开书签
; new_tab_disable -- 如果当前标签页是新标签页,则禁用上面两个选项
[Tabs]
double_click_close=1
right_click_close=0
keep_last_tab=1
wheel_tab=1
wheel_tab_when_press_rbutton=1
open_url_new_tab=0
open_bookmark_new_tab=0
new_tab_disable=1