Is there a way to do this to Chrome?
tell application \"Google Chrome\" return URL of front document as string end tell
... doesn\'t work.
There is a simpler way to retrieve the URL.
'tell application "Google Chrome" to return URL of active tab of front window'
Tested and works like a charm.