Run Google Chrome with additional arguments settings under OSX


/ Published in: Bash
Save to your folder(s)

If you want to run Google Chrome with additional program arguments under OSX, one way, is to use "open" and its --args argument.

Use it to start Chrome with the --allow-file-access-from-files setting (or any other).

Create a link to it to run it faster next time.


Copy this code and paste it in your HTML
  1. open /Applications/Google\ Chrome.app --args --allow-file-access-from-files

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.