mirror of https://github.com/CrimsonTome/tldr.git
29 lines
595 B
Markdown
29 lines
595 B
Markdown
# chromium
|
|
|
|
> Open-Source-Webbrowser von Google.
|
|
> Mehr Informationen: <https://chromium.org>.
|
|
|
|
- Öffnet Sie eine Datei:
|
|
|
|
`chromium {{pfad/zur/datei.html}}`
|
|
|
|
- Öffnet Sie eine URL:
|
|
|
|
`chromium {{beispiel.com}}`
|
|
|
|
- Im Inkognito-Modus öffnen:
|
|
|
|
`chromium --incognito {{beispiel.com}}`
|
|
|
|
- In einem neuen Fenster öffnen:
|
|
|
|
`chromium --new-window {{beispiel.com}}`
|
|
|
|
- Öffnet im Anwendungsmodus (ohne Symbolleisten, URL-Leiste, Schaltflächen usw.):
|
|
|
|
`chromium --app='{{https://beispiel.com}}'`
|
|
|
|
- Verwendet einen Proxy-Server:
|
|
|
|
`chromium --proxy-server="{{socks5://hostname:66}}" {{beispiel.com}}`
|