Unpacking .crx extension with winzip

12,372 views
Skip to first unread message

myriam abramson

unread,
Sep 10, 2014, 4:29:11 PM9/10/14
to chromium-...@chromium.org
Hello!

Winzip does not want to unpack my .crx extension even if I rename it as .zip. Is there a workaround to that? I know that 7-zip works but I can't ask my users to download 7-zip.

Thanks,
melipone

Tom Coleman

unread,
Sep 10, 2014, 4:58:26 PM9/10/14
to myriam abramson, Chromium-extensions
I'm curious why your users need to unpack the zip / crx

I know of no useful purpose of crx files.  Please teach me! :)

zip = upload to chrome web store, to distribute
zip = people can zip / unzip
crx = old way to install locally, or outside of chrome web store, which no longer works unless in chrome developer install.
crx = proprietary compression format, the chrome browser will extract to C:\Users\___username____\AppData\Local\Google\Chrome\User Data\Default\Extensions, but then disable it due to security.


--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/CAGjjJRMdHCUzOs_UsK%3DDmnp1Oipc3o48E6AFBMuhdubxOM90GA%40mail.gmail.com.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.

Scott Fujan

unread,
Sep 10, 2014, 5:06:36 PM9/10/14
to Tom Coleman, myriam abramson, Chromium-extensions
Crx files are still the packaging format that Chrome uses to install and update extension behind the scenes. They are just a zip file with some metadata and a signature prepended. 7zip ignores the prepended metadata and starts reading from where the zip starts. Winzip looks at the prepended data and says: "Nope! that isn't a zip file." So your choices are (1) use an unzipper that ignores prepended data or (2) cut the prepended data off of the start of the file.

Dave Cooliave

unread,
Sep 11, 2014, 3:45:16 PM9/11/14
to chromium-...@chromium.org
Try an extension called Chrome extension source viewer https://chrome.google.com/webstore/detail/jifpbeccnghkjeaalbbjmodiffmgedin. It will allow you to select the local file and export in zip format.
Reply all
Reply to author
Forward
0 new messages