chromium
the web browser from Google
TLDR
Open a specific URL or file
Open in incognito mode
Open in a new window
Open in application mode (without toolbars, URL bar, buttons, etc.)
Use a proxy server
Open with a custom profile directory
Open without CORS validation (useful to test an API)
Open with a DevTools window for each tab opened
SYNOPSIS
chromium [OPTION] [PATH|URL]
DESCRIPTION
See the Google Chrome help center for help on using the browser.
OPTIONS
chromium has hundreds of undocumented command-line flags that are added
and removed at the whim of the developers. Here, we document rela‐
tively stable flags.
-h or --help
Show help output.
-g or --debug
Start a debugging session within /usr/bin/gdb.
--temp-profile
Use a throw-away/temporary profile for this session. This cre‐
ates an entirely new user profile temporarily. It is not the
same as incognito mode.
--enable-remote-extensions
Allow installation and updates of remote extensions.
--user-data-dir=DIR
Specifies the directory that user data (your "profile") is kept
in. Defaults to $HOME/.config/chromium . Separate instances of
chromium must use separate user data directories; repeated invo‐
cations of chromium will reuse an existing process for a given
user data directory.
--app=URL
Runs URL in "app mode": with no browser toolbars.
--incognito
Open in incognito mode.
--new-window
If PATH or URL is given, open it in a new window.
--proxy-server=host:port
Specify the HTTP/SOCKS4/SOCKS5 proxy server to use for requests.
This overrides any environment variables or settings picked via
the options dialog. An individual proxy server is specified us‐
ing the format:
[
ENVIRONMENT
chromium obeys the following environment variables: all_proxy Shorthand for specifying all of http_proxy, https_proxy, ftp_proxy http_proxy, https_proxy, ftp_proxy The proxy servers used for HTTP, HTTPS, and FTP. Note: because Gnome/KDE proxy settings may propagate into these variables in some terminals, this variable is ignored (in preference for ac‐ tual system proxy settings) when running under Gnome or KDE. Use the command-line flags to set these when you want to force their values. auto_proxy Specify proxy autoconfiguration. Defined and empty autodetects; otherwise, it should be an autoconfig URL. But see above note about Gnome/KDE. SOCKS_SERVER SOCKS proxy server (defaults to SOCKS v4, also set SOCKS_VER‐ SION=5 to use SOCKS v5). no_proxy Comma separated list of hosts or patterns to bypass proxying.
FILES
$HOME/.config/chromium
Default directory for configuration data.
$HOME/.cache/chromium
Default directory for cache data. (Why? See
BUGS
Debian bug tracker: http://bugs.debian.org/chromium-browser Upstream bug tracker: http://code.google.com/p/chromium/issues/list Be sure to do your search within "All Issues" before reporting bugs, and be sure to pick the "Defect on Linux" template when filing a new one. If your bug is specific to Debian, please submit it only to the Debian bug tracker. http://www.debian.org/Bugs/Reporting
AUTHOR
The Chromium team -