chromium: add page (#2533)
This commit is contained in:

committed by
Agniva De Sarker

parent
5d3e427abd
commit
bfc3e84822
27
pages/common/chromium.md
Normal file
27
pages/common/chromium.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# chromium
|
||||||
|
|
||||||
|
> Open-source web browser from Google.
|
||||||
|
|
||||||
|
- Open a file:
|
||||||
|
|
||||||
|
`chromium {{path/to/file.html}}`
|
||||||
|
|
||||||
|
- Open an URL:
|
||||||
|
|
||||||
|
`chromium {{example.com}}`
|
||||||
|
|
||||||
|
- Open in incognito mode:
|
||||||
|
|
||||||
|
`chromium --incognito {{example.com}}`
|
||||||
|
|
||||||
|
- Open in a new window:
|
||||||
|
|
||||||
|
`chromium --new-window {{example.com}}`
|
||||||
|
|
||||||
|
- Open in app mode (without toolbars, URL bar, buttons, etc.):
|
||||||
|
|
||||||
|
`chromium --app='{{https://example.com}}'`
|
||||||
|
|
||||||
|
- Use a proxy server:
|
||||||
|
|
||||||
|
`chromium --proxy-server="{{socks5://hostname:66}}" {{example.com}}`
|
Reference in New Issue
Block a user