gpt4 book ai didi

google-chrome - 从 OS X 上的 Chrome 获取最前面标签的 URL?

转载 作者:行者123 更新时间:2023-12-04 00:00:26 26 4
gpt4 key购买 nike

有没有办法对 Chrome 执行此操作?

tell application "Google Chrome"
return URL of front document as string
end tell

...不起作用。

最佳答案

现在 Chrome (7+) 支持 AppleScript,你可以这样做:

tell application "Google Chrome"
get URL of active tab of first window
end tell

注:“第一个窗口”是指最前面的窗口。

关于google-chrome - 从 OS X 上的 Chrome 获取最前面标签的 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2483033/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com