Chromium常见参数:

–-kiosk                         全屏打开网页 
–-user-data-dir="/var/data"     指定用户数据目录 
–-disable-pinch                 禁止双指缩放 (这个很有用,在触摸设备上)
-–disable-translate             禁止提示翻译 
-–start-maximized               启动时最大化 
-–incognito                     让浏览器直接以隐身模式启动
-–disable-desktop-notifications 禁用桌面通知,在 Windows 中桌面通知默认是启用的。

1 –allow-outdated-plugins 不停用过期的插件。
2 –allow-running-insecure-content
默认情况下,https 页面不允许从 http 链接引用 javascript/css/plug-ins。添加这一参数会放行这些内容。
3 –allow-scripting-gallery 允许拓展脚本在官方应用中心生效。默认情况下,出于安全因素考虑这些脚本都会被阻止。

4 –disable-accelerated-video 停用 GPU 加速视频。
5 –disable-dart 停用 Dart。
7 –disable-extensions 禁用拓展。
8 –disable-file-system 停用 FileSystem API。
9 –disable-preconnect 停用 TCP/IP 预连接。
10 –disable-remote-fonts 关闭远程字体支持。SVG 中字体不受此参数影响。
11 –disable-speech-input 停用语音输入。
12 –disable-web-security 不遵守同源策略。

13 –disk-cache-dir 将缓存设置在给定的路径。
14 –disk-cache-size 设置缓存大小上限,以字节为单位。
15 –dns-prefetch-disable 停用DNS预读。
16 –enable-print-preview 启用打印预览。
17 –extensions-update-frequency 设定拓展自动更新频率,以秒为单位。
19 –keep-alive-for-test 最后一个标签关闭后仍保持浏览器进程。(某种意义上可以提高热启动速度,不过你最好得有充足的内存)
21 –lang 使用指定的语言。
22 –no-displaying-insecure-content 默认情况下,https 页面允许从 http 链接引用图片/字体/框架。添加这一参数会阻止这些内容。
23 –no-first-run 跳过首次运行检查。
24 –no-referrers 不发送 Http-Referer 头。
25 –no-sandbox 彻底停用沙箱。
26 –no-startup-window 启动时不建立窗口。
27 –proxy-pac-url 使用给定 URL 的 pac 代理脚本。
(也可以使用本地文件,如 –proxy-pac-url=”file:\c:\proxy.pac”)
28 –proxy-server 使用给定的代理服务器,这个参数只对 http 和 https 有效。
(例如 –proxy-server=127.0.0.1:8087 )
29 –single-process 以单进程模式运行,但启动时浏览器会给出不安全警告!
31 –user-agent 使用给定的 User-Agent 字符串


32 --disable-background-networking 关闭后台联网(取消版本更新提示)