Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an easy way to unpack a Chrome extension in the Chrome Web store?

Is there an easy way to view the source code of a chrome extension without having to install it?

There is no crx file, just the usual webstore url with the long string of random characters at the end.

like image 604
computerquotes Avatar asked Apr 23 '13 00:04

computerquotes


People also ask

How do I download an extension from the outside of Chrome Web Store?

There's however an easy workaround to this problem. First download the CRX file of any Chrome extension /web-app to your computer. Then click the Settings icon in Chrome (previously a Wrench icon) and go to Tools -> Extensions. Drag and drop the CRX file on this page and Chrome will gladly install the add-on.

Where are Google Chrome extensions stored?

When extensions are installed into Chrome they are extracted into the C:\Users\[login_name]\AppData\Local\Google\Chrome\User Data\Default\Extensions folder. Each extension will be stored in its own folder named after the ID of the extension.


1 Answers

Install Chrome extension source viewer to get a button at the Chrome Web store. This button allows you to download the extension in a zip file.
It also offers a built-in source viewer, so you don't have to extract the files yourself.

Screenshot: Chrome Web store: (Download as zip) (View source)

Disclaimer: I wrote the extension.
If you want a bookmarklet which generates a wget command, see this answer.

like image 63
Rob W Avatar answered Oct 15 '22 07:10

Rob W