How to unpack a packed chrome theme(*.crx)? Their FAQ states how to pack, but not how to unpack.
|
feedback
|
|
I got the solution: apparently, a .crx file is just a renamed .zip file. Additionally, when you install it, the theme is decompressed into the chrome install directory... | |||||
feedback
|
|
Actually it's more than a zip. When you
So the crx file is 306 bytes of something plus a zip archive. | ||||
|
feedback
|
|
This video explains everything about what a .crx is. In addition to a .zip holding all the extension's resources, it includes a public key and a signature, to ensure integrity and authenticity of the file: Antony Sargent explains .crx files Hosted by: youtube.com | |||
|
feedback
|
|
Chrome extension install directory: Mac:
Windows 7:
Windows XP:
| ||||
feedback
|
|
Yep aviraldg is right. rename it to a .zip and use your favorite extraction tool. XPIs for firefox, etc, are the same process. | |||
|
feedback
|