German translation: alias, bash, borg, cd, chmod, chromium, chsh, convert, exa (#4132)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
28
pages.de/common/chromium.md
Normal file
28
pages.de/common/chromium.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user