@warren-bank/chrome-extension-to-zip-archive-converter
v1.0.1
Published
command-line tool to convert a CRX (chrome extension) to a ZIP archive
Downloads
15
Maintainers
Readme
chrome-extension-to-zip-archive-converter
Summary:
Command-line tool to convert a CRX (chrome extension) to a ZIP archive
Installation:
npm install -g @warren-bank/chrome-extension-to-zip-archive-converterUsage:
crx2zip "/path/to/input/file.crx" ["/path/to/output/file.zip"]- input filepath:
- absolute, or relative to the current working directory
- [optional] output filepath:
- absolute, or relative to the current working directory
- default value:
- same as input filepath, but with the file extension changed from
.crxto.zip
- same as input filepath, but with the file extension changed from
Dependencies:
external:
internal:
Legal:
- copyright: Warren Bank
- license: GPLv2
