Hi Mike,

You can "right click" and "save link as" from the Install button, it will
save the file to disk. Once it is saved, use your favorite Zip extracting
utility, or just rename .crx to .zip (I use 7zip), to extract the contents.
You can then take a look at all the code for the extension.

If you already have it installed, you can visit chrome://extensions/ tab and
get its "extension id" should be in the form of
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" a big long string. You can then
check your User Directories
"C:\Users\*[YOUR_LOGIN_NAME]*\AppData\Local\Google\Chrome\User
Data\Default\Extensions" for the ID. The source is inside there.

-Mohamed Mansour


On Sat, Jan 9, 2010 at 3:51 PM, Mike Mitchell <mjmit...@gmail.com> wrote:

> Sorry, I'm sort of new to this but how do you get at the .crx file? All I
> see is an install button and then I'm not sure where it puts the .crx
> file...
>
>
> On Fri, Jan 8, 2010 at 6:15 PM, Brian Kennish <bkenn...@chromium.org>wrote:
>
>> On Fri, Jan 8, 2010 at 5:43 PM, mike <mjmit...@gmail.com> wrote:
>> > Yeah, I gave it a pretty hard look and was pretty lost. On second
>> > glance, it doesn't seem like I can get at the content script. Or am I
>> > missing something?
>>
>> The toolbar appears to be created by the (functionally equivalent)
>> everypage_early.js and everypage_end.js content scripts, which you can
>> view.
>>
>> In case you're not familiar with unpacking an extension: download the
>> .crx file (which is a signed zip) and run it through a program that
>> knows how to unzip, like 7-Zip <http://www.7-zip.org/> (some other zip
>> programs can't extract extension files at the moment — see the bug
>> report at http://crbug.com/20134 for details).
>>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Chromium-extensions" group.
> To post to this group, send email to chromium-extensi...@googlegroups.com.
> To unsubscribe from this group, send email to
> chromium-extensions+unsubscr...@googlegroups.com<chromium-extensions%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/chromium-extensions?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.

Reply via email to