Skip to content

johankj/convert-crx-to-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert Chrome Extensions to a normal ZIP-file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published