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.
Recognize Chrome's CRX packages as ZIP archives
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 2
- Joined: 2011-01-20, 08:38 UTC
- ghisler(Author)
- Site Admin
- Posts: 50549
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
That's the problem - on Ctrl+PageDown, TC will only try ZIP files which either start withwith some additional data before it.
- 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
https://www.ghisler.com
-
- Junior Member
- Posts: 2
- Joined: 2011-01-20, 08:38 UTC