原文档
Options

Windows:

  1. 退出Chrome的所有正在运行的实例。
  2. 右键单击“Chrome”快捷方式
  3. 选择属性
  4. 在“目标:”行的末尾添加命令行标志。 例如: --auto-open-devtools-for-tabs
  5. 使用该示例标志,它应该看起来像: chrome.exe --auto-open-devtools-for-tabs
  6. 使用快捷方式正常启动Chrome

命令行:

// 先退出Chrome所有正在运行的实例,运行
λ chrome --auto-open-devtools-for-tabs

相关文章:

  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2022-01-09
  • 2021-07-26
  • 2022-01-30
  • 2021-11-21
猜你喜欢
  • 2021-05-01
  • 2021-12-26
  • 2021-09-08
  • 2022-12-23
  • 2021-08-30
  • 2021-12-03
  • 2021-05-25
相关资源
相似解决方案