make crx by bash
A mirror of https://code.google.com/p/chromium/issues/attachmentText?id=15059&aid=-2305436989939443553&name=crxmake.sh posted by jaysoffian
crxmake.sh <extension dir> <pem path>
这个仓库只是 jaysoffian 所写的编译crx 的bash脚本的一个镜像.
另外从这里找到另外一些 crx build 的方案.
- Ruby : crxmake.rb by Constellation
- Python : crxmake.py by bellbind
- Python : packer.py by Matt Mastracci
- C : buildcrx by Kyle L. Huff (me)
如果你是用 cygwin
应该没有任何问题, 如果你只有 Git Bash
, 可能会缺少 xxd
和 zip
命令, 你可以从这里下载到这两个exe
.