1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages.de/common/chromium.md
Frank Benedikt 9aa5907281
German translation: alias, bash, borg, cd, chmod, chromium, chsh, convert, exa (#4132)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-06-29 23:59:34 +02:00

28 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}}`