Google Chrome 在 Mac 上位于什么位置?
前几个 Google 搜索结果没有帮助。也许这将是新的最佳 Google 搜索结果。
答案1
根据 ”chrome 安装位置 osx“, 这导致如何更改 Mac 上的 Chrome 安装文件夹?,它与其余的应用程序一起位于通常的位置/Applications/Google Chrome.app
。
如果不存在,可以找到多种方法来定位它(或任何应用程序)这里(也可以通过上面的搜索结果):
在终端中:
find / -type d -name "*Chrome.app"
在终端中(应答者使用 Mountain Lion):
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump | grep -i "google chrome"
我想您也可以在您的计算机上搜索“Google Chrome.app”。
本页右侧的相关问题也包含有用的信息。例如,如何从我的 Mac 上*彻底*卸载 Google Chrome?显示应用程序设置所在的位置。
答案2
这也有助于:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
答案3
我发现chrome://version
这很有帮助。这是我的输出
Arc 118.0.5993.117 (Official Build) (x86_64)
Revision fdb2355de50518294b88ace7bc851820dc38aa82-refs/branch-heads/5993@{#1402}
OS macOS Version 12.6 (Build 21G115)
JavaScript V8 11.8.172.16
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Command Line /Applications/Arc.app/Contents/MacOS/Arc --flag-switches-begin --disable-quic --flag-switches-end --origin-trial-disabled-features=WebGPU
Executable Path /Applications/Arc.app/Contents/MacOS/Arc
Profile Path /Users/crazyones110/Library/Application Support/Arc/User Data/Default
Linker lld
Variations Seed Type Null
从中您可以获取命令行选项、可执行路径等等。