Friday, September 10, 2010

how to make chrome worth using on a mac:

The Extensions:
Context Menu Search
Copy Title+URL to clipboard
FreshStart - Cross Browser Session Manager
Search Box
YouTube Video Downloader
Send from Gmail
FlashBlock
Auto Bit.ly


Applescripting Language for Chrome....
tell application "Google Chrome"
tell application "System Events"
tell application process "Google Chrome"
set PageURL to value of text field 1 of tool bar 1 of window 1
end tell

(for an example of a finished script, see mail_bitly_and_title.scpt.)

No comments:

Post a Comment