Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
softs:chrome [14/04/2020 15:15]
thierry [Liens de téléchargement]
softs:chrome [28/04/2021 19:01] (Version actuelle)
thierry [Protocole Devtools]
Ligne 6: Ligne 6:
   * [[https://​www.google.fr/​chrome/​|Accueil du site Google Chrome]]   * [[https://​www.google.fr/​chrome/​|Accueil du site Google Chrome]]
   * [[https://​cloud.google.com/​chrome-enterprise/​browser/​download/​|Télécharger le fichier d'​installation complet]]   * [[https://​cloud.google.com/​chrome-enterprise/​browser/​download/​|Télécharger le fichier d'​installation complet]]
 +
 +===== Contrôler Chrome depuis une application externe =====
 +  * [[https://​github.com/​puppeteer/​puppeteer]]
 +  * [[https://​github.com/​iiSeymour/​chromote]]
 +==== Protocole Devtools ====
 +  * [[https://​chromedevtools.github.io/​devtools-protocol/​]]
 +  * [[https://​github.com/​cyrus-and/​chrome-remote-interface/#​implementations]] sur d'​autres navigateurs
 +
  
 ===== Ressources ===== ===== Ressources =====
   * [[https://​peter.sh/​experiments/​chromium-command-line-switches/#​load-extension|Liste des commandes en ligne pour Chromium]]   * [[https://​peter.sh/​experiments/​chromium-command-line-switches/#​load-extension|Liste des commandes en ligne pour Chromium]]
 +  * [[https://​qastack.fr/​superuser/​153245/​how-can-i-open-google-chrome-via-command-line-with-a-url-in-incognito-mode]]