Create Google Chrome Crx file with PHP

后端 未结 3 1384
余生分开走
余生分开走 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:42

    The CRX format is described in detail on the documentation page: http://code.google.com/chrome/extensions/crx.html

    There are examples on the end of that file for Ruby and Bash. Follow the format in your language (PHP).

提交回复
热议问题