1.0.1 • Published 6 years ago

@warren-bank/chrome-extension-to-zip-archive-converter v1.0.1

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
6 years ago

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-converter

Usage:

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 .crx to .zip

Dependencies:

Legal: