How to automate publishing Chrome extension to the Web store?

前端 未结 3 1910
长情又很酷
长情又很酷 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条回答
  •  旧时难觅i
    2021-01-31 05:52

    Here is my grunt plugin for this https://github.com/c301/grunt-webstore-upload.

    But you still have to upload your extension first time, in order to get the extension id.

    It solves only the uploading problem, you need to compile the ZIP file first. You can use this grunt plugin https://github.com/oncletom/grunt-crx ( I didn't test it ).

提交回复
热议问题