从桌面打开Chrome历史记录

时间:2015-03-18 15:47:22

标签: google-chrome macros automation autohotkey

使用自动热键我可以使用以下脚本轻松执行运行谷歌搜索等:

!1:: ; search google maps
InputBox, UserInput, Search Term, Search Google Maps for..., , 640, 480
if ErrorLevel
    Sleep, 10  ;
else
    Run http://maps.google.com/maps?q=%UserInput%
return

我正在寻找一种方法来同样使用热键从浏览器外部打开Chrome历史记录/下载标签。

问题在于它没有" URL"并且只需访问:" chrome:// history /"

任何建议。

0 个答案:

没有答案