A Small Live Show front-end
--disable-web-security
We can run the chrome browser in a security disabled mode, this is very helpful while developing a application.
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="<path>" --disable-web-security
should be absolute path of the folder (eg) /users/username/folder1
Just do follow steps:
Right click on desktop, add new shortcut
Add the target as "[PATH_TO_CHROME]\chrome.exe" --disable-web-security --user-data-dir=~/chromeTemp
Click OK.
google-chrome --disable-web-security