/ Published in: Bash
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.
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
open /Applications/Google\ Chrome.app --args --allow-file-access-from-files