1.下载chrome67,或者下载chrome71,双击dmg文件
2.将chrome拖到Application文件夹,选择保留两者,不要替换
打开应用程序,会多出一个Google Chrome2,重命名为Google Chrome69
3.制作快捷方式
- command+空格,然后搜索"脚本编辑器",然后打开脚本编辑器,如图:
2) 复制下面的代码到编辑器中:
<pre style="margin-top: 0px; margin-bottom: 0px; white-space: pre-wrap; overflow-wrap: break-word; font-family: "Courier New" !important; font-size: 12px !important; max-width: 600px;">do shell script "/Applications/Google\ Chrome69.app/Contents/MacOS/Google\ Chrome --user-data-dir=/Users/$USER/Library/Application\ Support/Google/Chrome69 > /dev/null 2>&1 &"</pre>
如图:
3) 另存为chromg69,保存到应用程序下,文件格式选择应用程序,如图:
4. 终于完成了,用lancher找到chrome69的图标,点击即可打开:
番外篇, 如何开启跨域模式: 快捷方式的脚本可以随时编辑变更:
在main.scpt上点右键,选择用脚本编辑器打开即可编辑。
我编辑的是:
do shell script "/Applications/Google\\ Chrome71.app/Contents/MacOS/Google\\ Chrome --args --disable-web-security --allow-file-access-from-files --enable-webgl --ignore-gpu-blacklist --allow-file-access --remote-debugging-port=9222 --user-data-dir=/Users/$USER/Library/Application\\ Support/Google/Chrome71 > /dev/null 2>&1 &"
其中参数 --disable-web-security --allow-file-access-from-files 就是跨域用的。