DavidFrahm / setup

Automated setup for Mac OS X
2 stars 1 forks source link

Add AppleScript for launching Chrome Canary development mode #6

Open DavidFrahm opened 9 years ago

DavidFrahm commented 9 years ago

Use solution from my blog post and automate it to be installed in Applications

DavidFrahm commented 9 years ago

This is what I just setup on my new MBP 13:

do shell script "/Applications/Google\\ Chrome\\ Canary.app/Contents/MacOS/Google\\ Chrome\\ Canary --user-data-dir=/Users/$USER/Library/Application\\ Support/Google/ChromeCanaryTestUnsecure --new-window --window-position=0,0 --window-size=1280,800 --incognito --disable-web-security -–allow-file-access-from-files > /dev/null 2>&1 &"

Paste that in AppleScript, then Export as Application to /Applications, named 'Google Chrome Canary - Development'