chromium, code, gimp, powershell : add French translation (#8037)
* translate code in French * translate powershell in French * switch to imperative * translate gimp in French * translate chromium in French * Fix imperative error on powershell * Fix imperative error on chromium
This commit is contained in:
36
pages.fr/common/chromium.md
Normal file
36
pages.fr/common/chromium.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# chromium
|
||||
|
||||
> Navigateur Web open source principalement développé et maintenu par Google.
|
||||
> Plus d'informations : <https://www.chromium.org/developers/how-tos/run-chromium-with-flags/>.
|
||||
|
||||
- Ouvre une URL ou un fichier spécifique :
|
||||
|
||||
`chromium {{https://exemple.com|chemin/vers/fichier.html}}`
|
||||
|
||||
- Ouvre en mode navigation privée :
|
||||
|
||||
`chromium --incognito {{exemple.com}}`
|
||||
|
||||
- Ouvre dans une nouvelle fenêtre :
|
||||
|
||||
`chromium --new-window {{exemple.com}}`
|
||||
|
||||
- Ouvre en mode application (sans barres d'outils, barre d'URL, boutons, etc) :
|
||||
|
||||
`chromium --app={{https://exemple.com}}`
|
||||
|
||||
- Utilise un serveur proxy :
|
||||
|
||||
`chromium --proxy-server="{{://hostname:66}}" {{exemple.com}}`
|
||||
|
||||
- Ouvre dans un répertoire de profil personnalisé :
|
||||
|
||||
`chromium --user-data-dir={{chemin/vers/répertoire}}`
|
||||
|
||||
- Ouvre sans validation CORS (utile pour tester une API) :
|
||||
|
||||
`chromium --user-data-dir={{chemin/vers/répertoire}} --disable-web-security`
|
||||
|
||||
- Ouvre avec une fenêtre outils de développement pour chaque onglet ouvert :
|
||||
|
||||
`chromium --auto-open-devtools-for-tabs`
|
Reference in New Issue
Block a user