mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-13 02:35:24 +02:00
chromium: add pt_BR translation (#7167)
This commit is contained in:
parent
ddb5e2155c
commit
37494e6177
1 changed files with 28 additions and 0 deletions
28
pages.pt_BR/common/chromium.md
Normal file
28
pages.pt_BR/common/chromium.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# chromium
|
||||
|
||||
> Navegador código aberto do Google.
|
||||
> Mais informações: <https://chromium.org>.
|
||||
|
||||
- Abre um arquivo:
|
||||
|
||||
`chromium {{caminho/para/arquivo.html}}`
|
||||
|
||||
- Abre uma URL:
|
||||
|
||||
`chromium {{exemplo.com}}`
|
||||
|
||||
- Abre no modo de navegação anônima (icognito):
|
||||
|
||||
`chromium --incognito {{exemplo.com}}`
|
||||
|
||||
- Abre em uma nova janela:
|
||||
|
||||
`chromium --new-window {{exemplo.com}}`
|
||||
|
||||
- Abre no modo app (Sem barra de tarefas, barra de URL, botões, etc.):
|
||||
|
||||
`chromium --app='{{https://example.com}}'`
|
||||
|
||||
- Usa um servidor proxy:
|
||||
|
||||
`chromium --proxy-server="{{socks5://hostname:66}}" {{exemplo.com}}`
|
Loading…
Add table
Reference in a new issue