Allow Cross domain requests with Chrome

To bypass “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error, use the following options:

--disable-web-security 
--allow-file-access-from-files

On Mac use the following alias (".bash_profile"):

alias chromeex="open /Applications/Google\ Chrome.app/ --args --disable-web-security --allow-file-access-from-files"