Chrome/Chromium 浏览器启动参数

启动

Linux:

$ google-chrome-stable

macOS:

$ open -n '/Applications/Google Chrome.app'

参数

参数加在 --args 后面,例如:

$ google-chrome-stable --args --user-data-dir=/data/chrome-data-001/

指定浏览器启动页面地址:

https://www.google.com/ncr

指定数据目录:

--user-data-dir=/data/chrome-data-001/

忽略不安全的Origin地址:

--unsafely-treat-insecure-origin-as-secure=http://172.20.10.5

禁用浏览器同源策略 (CORS) 和部分安全限制:

--disable-web-security

全屏显示:

--start-fullscreen

自助机模式:

--kiosk

禁用顶部提示条:

--disable-infobars

跳过首次运行时的欢迎界面:

--no-first-run

跳过初始化过程:

--fast --fast-start

禁用翻译功能:

--disable-translate

禁用内置翻译UI:

--disable-features=TranslateUI
Author: ismdeep
License: Copyright (c) 2025 CC-BY-NC-4.0 LICENSE