chromium Command Examples

Open-source web browser principally developed and maintained by Google. Note: You may need to replace the chromium command with your desired web browser, such as brave, google-chrome, opera, or vivaldi. More information: https://www.chromium.org/developers/how-tos/run-chromium-with-flags/.

chromium {{https://example.com|path/to/file.html}}

chromium --incognito {{example.com}}

chromium --new-window {{example.com}}

chromium --app={{https://example.com}}

chromium --proxy-server="{{socks5://hostname:66}}" {{example.com}}

chromium --user-data-dir={{path/to/directory}}

chromium --user-data-dir={{path/to/directory}} --disable-web-security

chromium --auto-open-devtools-for-tabs