How to add launch parameter to Google Chrome on Mac? [closed] How to add launch parameter to Google Chrome on Mac? [closed] google-chrome google-chrome

How to add launch parameter to Google Chrome on Mac? [closed]


Run Terminal.app then use the following command:

open /Applications/Google\ Chrome.app --args --enable-speech-input

This will launch it once using your parameter. From there you could make an alias to make it easier to launch from the terminal or write an AppleScript to make it double clickable.

Find more information here.