Browse Source

google-chrome: add page (#4238)

Axel Navarro 4 years ago
parent
commit
0892ebc118
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pages/linux/google-chrome.md

+ 12 - 0
pages/linux/google-chrome.md

@@ -0,0 +1,12 @@
+# google-chrome
+
+> The web browser from Google.
+> More information: <https://chrome.google.com>.
+
+- Run with a custom profile directory:
+
+`google-chrome --user-data-dir={{path/to/directory}}`
+
+- Run without CORS validation, useful to test an API:
+
+`google-chrome --user-data-dir={{path/to/directory}} --disable-web-security`