此扩展程序可能已损坏

时间:2018-01-25 15:45:46

标签: google-chrome google-chrome-extension

stackoverflow上有一些话题谈论这个。我尝试使用update_url,但仍然不适合我。

我在本地(从文件夹)测试我的扩展,它正常工作。

我上传到store中的update_url存储,它达到错误“corrupted”。

我在Chrome上使用pack功能制作crx文件,我使用此文件进行安装(离线安装),它会出现相同的错误“已损坏”。 这是我的 manifest.json

{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.3.2",
  "manifest_version": 2,
  ...
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}

0 个答案:

没有答案
相关问题