admin管理员组

文章数量:1538748

打开apple script ,复制以下脚本,Ctrl+s保存为应用程序,格式为应用程序

do shell script "open -a /Applications/Google\\ Chrome.app --args --incognito"
tell application "Google Chrome"
	make new window with properties {mode:"incognito"}
	activate
end tell

本文标签: 无痕浏览器Mac