chrome启动参数设置 怎样才能给Chrome添加--enable-speech-input命令行启动参数?

怎样才能给Chrome添加--enable-speech-input命令行启动参数?1. 打开终端进入终端状态,默认提示为$;2。输入Chrome.app浏览器目录;$CD“/applications

怎样才能给Chrome添加--enable-speech-input命令行启动参数?

1. 打开终端进入终端状态,默认提示为$;2。输入Chrome.app浏览器目录;$CD“/applications/GoogleChrome.app/Contents/MacOS/"3. 更改原始启动脚本的名称;$sudo MV“Google Chrome”谷歌.real4使用管道操作创建新的启动脚本,并注意添加所需的启动参数。下面是一个启用内置flash的示例;$sudo printf“#!/bin/bashNCD“/应用程序/GoogleChrome.app/Contents/MacOS“n”/应用程序/谷歌Chrome.app/Contents/MacOS/Google.real “--启用内部闪存“$@”n “> GoogleChrome 5。添加对新脚本的权限;$sudo Chmod u x “Google Chrome”