2012年8月22日星期三

2.5 GWT plugin for Chrome Install Issue


问题:

在Chrome上安装Google Web Toolkit Developer Plugin

下载得到gwt-dev-plugin.crx 后无法自动运行, 得到提示:Extensions, apps, and user scripts can only be added from the Chrome Web Store.

前往Chrome Web Store 无法找到对应plugin.

解决方法:

右键点击Start菜单中的Chrome 图标,选Properties-Shortcut-Target, 在原命令后加入参数 --enable-easy-off-store-extension-install

如:原为:"C:\Program Files\Google\Chrome\Application\chrome.exe"
改为 "C:\Program Files\Google\Chrome\Application\chrome.exe" --enable-easy-off-store-extension-install

重新下载crx, 可自动打开并进入安装流程。

没有评论:

发表评论