chinayangxiaowei / crx_packager

A crx packaging tool, but dependent on the chromium project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crx_packager

A crx packaging tool, but dependent on the chromium project.

Build Instructions:
  1. The following code will be inserted at the end of the chromium/src/BUILD.gn file.
group("crx_packager"){
  data_deps = []
  data_deps += ["//crx_packager:crx_packager"]
}
  1. Then just execute the compilation.
autoninja -C out\Release_x64 crx_packager
Usage:
crx_packager --extension-path='extension source path' --pem-path='pem file path' --crx-path='crx file path'

About

A crx packaging tool, but dependent on the chromium project.


Languages

Language:C++ 100.0%