使用额外的命令行参数从Finder启动MacOS上的Chrome

时间:2018-05-27 14:22:26

标签: macos google-chrome

我希望在启动时将远程调试和其他仅深奥的dev-only参数填充到Chrome应用程序中,但我希望它始终存在,包括当我点击应用程序图标时。

E.g:

        <div class = "row">
          <div class = "col-sm-2"> </div>
          <div class = "col-sm-1" > Image goes here</div>
          <div class = "col-sm-1" > Image goes here </div>
          <div class = "col-sm-8"></div>
        </div>

        <div class = "row">
          <div class = "col-sm-2"> </div>
          <div class = "col-sm-1"> <!-- -->  </div>
          <div class = "col-sm-5">
            <div class="row">Title Text goes here </div>
            <div class="row"> More text goes here </div>
          </div>
          <div class = "col-sm-4"></div>
        </div> ` 

如何直接将这些命令行参数传递给应用程序?

1 个答案:

答案 0 :(得分:0)

我最终使用as shell任务创建了一个automator应用程序。自定义图标,并使用Dock中的新应用替换Chrome.app。

我仍在寻找一种方法来更改Chrome中的设置,以便它可以连接远程调试器&#34;点播&#34;对于特定任务(不是现在设置的所有内容),但目前似乎不可能。 VSCode人员显然已请求Chrome团队提供此功能。请继续关注...