chrome manpage


SUBMITTED BY: Guest

DATE: May 22, 2014, 7:01 a.m.

FORMAT: Text only

SIZE: 5.7 kB

HITS: 15372

  1. google-chrome(1) USER COMMANDS google-chrome(1)
  2. NAME
  3. google-chrome - the web browser from Google
  4. SYNOPSIS
  5. google-chrome [OPTION] [PATH|URL]
  6. DESCRIPTION
  7. See the Google Chrome help center for help on using the browser.
  8. <http://www.google.com/support/chrome/>
  9. This manpage only describes invocation, environment, and arguments.
  10. OPTIONS
  11. Google Chrome has hundreds of undocumented command-line flags that are
  12. added and removed at the whim of the developers. Here, we document
  13. relatively stable flags.
  14. --user-data-dir=DIR
  15. Specifies the directory that user data (your "profile") is kept
  16. in. Defaults to ~/.config/google-chrome . Separate instances
  17. of Google Chrome must use separate user data directories;
  18. repeated invocations of google-chrome will reuse an existing
  19. process for a given user data directory.
  20. --app=URL
  21. Runs URL in "app mode": with no browser toolbars.
  22. --proxy-server=host:port
  23. Specify the HTTP/SOCKS4/SOCKS5 proxy server to use for requests.
  24. This overrides any environment variables or settings picked via
  25. the options dialog. An individual proxy server is specified
  26. using the format:
  27. [<proxy-scheme>://]<proxy-host>[:<proxy-port>]
  28. Where <proxy-scheme> is the protocol of the proxy server, and is
  29. one of:
  30. "http", "socks", "socks4", "socks5".
  31. If the <proxy-scheme> is omitted, it defaults to "http". Also
  32. note that "socks" is equivlent to "socks4".
  33. Examples:
  34. --proxy-server="foopy:99"
  35. Use the HTTP proxy "foopy:99" to load all URLs.
  36. --proxy-server="socks5://foobar:66"
  37. Use the SOCKS v5 proxy "foobar:66" to load all URLs.
  38. --proxy-server="socks://foobar:1080"
  39. Use the SOCKS v4 proxy "foobar:1080" to load all URLs.
  40. It is also possible to specify a separate proxy server for dif-
  41. ferent URL types, by prefixing the proxy server specifier with a
  42. URL specifier:
  43. Example:
  44. --proxy-server="https=proxy1:80;http=socks4://baz:1080"
  45. Load https://* URLs using the HTTP proxy "proxy1:80". And
  46. load http://*
  47. URLs using the SOCKS v4 proxy "baz:1080".
  48. --no-proxy-server
  49. Disables the proxy server. Overrides any environment variables
  50. or settings picked via the options dialog.
  51. --proxy-auto-detect
  52. Autodetect proxy configuration. Overrides any environment vari-
  53. ables or settings picked via the options dialog.
  54. --proxy-pac-url=URL
  55. Specify proxy autoconfiguration URL. Overrides any environment
  56. variables or settings picked via the options dialog.
  57. --version
  58. Show version information.
  59. As a GTK+ app, Google Chrome also obeys GTK+ command-line flags, such
  60. as --display. See the GTK documentation for more:
  61. <http://library.gnome.org/devel/gtk/stable/gtk-running.html>
  62. <http://library.gnome.org/devel/gtk/stable/gtk-x11.html>
  63. ENVIRONMENT
  64. Google Chrome obeys the following environment variables:
  65. all_proxy
  66. Shorthand for specifying all of http_proxy, https_proxy,
  67. ftp_proxy
  68. http_proxy, https_proxy, ftp_proxy
  69. The proxy servers used for HTTP, HTTPS, and FTP. Note: because
  70. Gnome/KDE proxy settings may propagate into these variables in
  71. some terminals, this variable is ignored (in preference for
  72. actual system proxy settings) when running under Gnome or KDE.
  73. Use the command-line flags to set these when you want to force
  74. their values.
  75. auto_proxy
  76. Specify proxy autoconfiguration. Defined and empty autodetects;
  77. otherwise, it should be an autoconfig URL. But see above note
  78. about Gnome/KDE.
  79. SOCKS_SERVER
  80. SOCKS proxy server (defaults to SOCKS v4, also set SOCKS_VER-
  81. SION=5 to use SOCKS v5).
  82. no_proxy
  83. Comma separated list of hosts or patterns to bypass proxying.
  84. FILES
  85. ~/.config/google-chrome
  86. Default directory for configuration data.
  87. ~/.cache/google-chrome
  88. Default directory for cache data. (Why? See <http://stan-
  89. dards.freedesktop.org/basedir-spec/latest/> .)
  90. BUGS
  91. Bug tracker:
  92. http://code.google.com/p/chromium/issues/list
  93. Be sure to do your search within "All Issues" before reporting bugs,
  94. and be sure to pick the "Defect on Linux" template when filing a new
  95. one.
  96. AUTHOR
  97. The Chromium team - <http://www.chromium.org>

comments powered by Disqus