Python tools for chrome extensions.
- Build standalone signed CRX files
- Build zip files to upload to the gallery
- Generate keys
It is inspired by rubygems' crxmake.
crxmake -o <extension-name>.crx -k <pem-path> -i <comma-sep-ignore-patterns>
crxmake -o <extension-name>.zip -m zip -i <comma-sep-ignore-patterns>
- "openssl" command: because current M2Crypto lacks func for rsa pubout DER