【发布时间】:2015-08-25 07:23:44
【问题描述】:
我正在开发一个 chrome 扩展,我想静默地安装这个扩展。我知道如何静默安装它,但我收到 chrome 通知,例如:Disable developer mode extensions!
我将扩展安装到 chrome silent 的路径是添加字符串:--load-extension="C:\Program Files\..\ --no-first-run
到 chrome 快捷方式的目标。
- 如何静默关闭此通知?
- 是否有其他静默安装 chrome 扩展的替代方法?
【问题讨论】:
标签: google-chrome-extension google-chrome-app