Create Google Chrome Crx file with PHP

后端 未结 3 1383
余生分开走
余生分开走 2020-12-14 05:14

Id like to be able to generate a crx file with PHP.

A crx file is a zip file with an additional header and Im at a lost on how to create this header. I can create a

3条回答
  •  伪装坚强ぢ
    2020-12-14 05:33

    You can use the working PHP solution: https://github.com/andyps/crxbuild There are a PHP class that you can include in your project and command line script.

提交回复
热议问题