Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 602 Bytes

Convert CRX to ZIP

Chrome Extensions (CRX) are ZIP-files with an added header in the form of magic number + version number + public key length + signature length + public key + signature[1].

This small web app uses the File-api's to calculate the above header-length, skip it, and download it to your computer as a ZIP-file which can then be easily extracted.

Live

You can try it for yourself at https://johankj.github.io/convert-crx-to-zip/.

License

MIT