解决新版 Chrome 被强制显示的扩展图标

Google Chrome 48.0.2564.116 开始,所有的扩展图标全部被显示出来了,包括国旗扩展也不能显示在地址栏了,看上去非常难受。

Windows/Linux

快捷方式 /.desktop 文件 增加启动项: --extension-action-redesign=0

Mac OS X

cd /Applications/Google Chrome.app/Contents/MacOS
mv Google\ Chrome Chrome.real
printf '#!/bin/bash\ncd "/Applications/Google Chrome.app/Contents/MacOS"\n"/Applications/Google Chrome.app/Contents/MacOS/Chrome.real" --extension-action-redesign=0 "$@"\n' > Google\ Chrome
chmod u+x Google\ Chrome