chromium
Open-source web browser principally developed and maintained by Google.
- Open a specific URL or file:
chromium {https://example.com|path/to/file.html}
chromium --incognito {example.com}
chromium --new-window {example.com}
- Open in application mode (without toolbars, URL bar, buttons, etc.):
chromium --app={https://example.com}
chromium --proxy-server="{socks5://hostname:66}" {example.com}
- Open with a custom profile directory:
chromium --user-data-dir={path/to/directory}
- Open without CORS validation (useful to test an API):
chromium --user-data-dir={path/to/directory} --disable-web-security
- Open with a DevTools window for each tab opened:
chromium --auto-open-devtools-for-tabs
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).