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 asbrave
,google-chrome
,microsoft-edge
/msedge
,opera
, orvivaldi
. More information: https://www.chromium.org/developers/how-tos/run-chromium-with-flags/.
chromium {{https://example.com|path/to/file.html}}
--inprivate
for Microsoft Edge):{{chromium --incognito|msedge --inprivate}} {{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