1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 21:06:00 +02:00

google-chrome: add page (#4238)

This commit is contained in:
Axel Navarro 2020-08-02 15:41:41 -03:00 committed by GitHub
parent d7fbd3ef2d
commit 0892ebc118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`