Você pode atribuir um atalho para um script assim:
tell application "Google Chrome" to tell tab 1 of window 1
set u to URL
set t to title
end tell
tell application "Finder"
make new internet location file at desktop to u with properties {name:t}
set label index of result to 2
end tell
Ou use Aveleira :