Recognize Chrome's CRX packages as ZIP archives

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Wladimir Palant
Junior Member
Junior Member
Posts: 2
Joined: 2011-01-20, 08:38 UTC

Recognize Chrome's CRX packages as ZIP archives

Post by *Wladimir Palant »

The feature that allows opening ZIP files via Ctrl+PgDn regardless of file extension is extremely convenient. I see that in 7.56a it now works for the omni.jar file in Firefox 4 as well which is great. However, there is still an issue with Google Chrome's extension packages (.crx), one can only open these after changing file extension to ".zip".

For format description you need to google "CRX package format" (first result). It is a regular ZIP file with some additional data before it. If you need an example file, you can google "adblockpluschrome development build". It would be great to have these archives open without additional manipulations.

PS: Sorry about sending you to Google instead of giving the URLs, the spam protection system won't let me post them.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50541
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

with some additional data before it.
That's the problem - on Ctrl+PageDown, TC will only try ZIP files which either start with
- a regular zip header
- EXE header
- ord have .zip extension

It shouldn't be too difficult to support .crx, so I will add it to my to do list. The header seems to start with "Cr24" according to
http://code.google.com/chrome/extensions/crx.html
Author of Total Commander
https://www.ghisler.com
Wladimir Palant
Junior Member
Junior Member
Posts: 2
Joined: 2011-01-20, 08:38 UTC

Post by *Wladimir Palant »

Yes, they all start with "Cr24".
Post Reply