1

I successfully uploaded a new version of my extension to the chrome app store, and I'm suddenly getting Manifest file is invalid errors when I try to install it.

Here is the source code (specifically, I tried to upload this package).

How do I fix it? The one thing I tried to change is make the extensino's icon disappear, according to this answer. I tried several things like not using a browser_action or using a page_action instead ... but I keep getting an error when I try to install the extension through the app store (no error on upload though!)

4

2 回答 2

6

当我在短时间内连续发布太多次时,我会遇到这个问题。我相信您的浏览器正在缓存下载的包(即使用以前下载的版本),然后根据新发布的打包元数据验证包。

它应该在 10 分钟左右后自行纠正。

这对我来说也是一个非常烦人的问题。

于 2013-08-19T22:22:04.663 回答
1

几分钟后,这似乎已经解决了。奇怪的。

于 2012-11-23T14:54:23.540 回答