How to automate publishing Chrome extension to the Web store?

前端 未结 3 1953
长情又很酷
长情又很酷 2021-01-31 05:09

Starting from Google Chrome 21.x private update sites won\'t be supported anymore. This forces us to move our extension to the Google Web store. Previously, we used an automatic

3条回答
  •  我在风中等你
    2021-01-31 05:57

    Actually, you cannot do it because of security issue. But you can build your extension to zip file automatically, then you just upload that zip file to Google Web Store. That's all!

提交回复
热议问题