text macOS以Chrome App模式打开当前网页

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text macOS以Chrome App模式打开当前网页相关的知识,希望对你有一定的参考价值。

tell application "Google Chrome"
	set weburl to the URL of the active tab of the front window
end tell

set appurl to "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --app=" & weburl

do shell script appurl

以上是关于text macOS以Chrome App模式打开当前网页的主要内容,如果未能解决你的问题,请参考以下文章