How to add launch parameter to Google Chrome on Mac? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this questionI wanna run Chrome on Mac with the parameter --enable-speech-input
.
Can anyone tell me the steps to do this and the steps to undo this? (If one day I wanna run Chrome without the launch p开发者_如何学JAVAarameter)
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.
精彩评论