views:

79

answers:

1

Im doing a project that involves browser extension. In firefox i do know the location of where the extensions will be after you download them (under your profile folder) and I was wondering where does Chrome hides the crx after you install them? Especially in mac.

I'm doing this coz i find it easier to build extension by look how other people tackles the problem especially XPCOM and now bumping into some issue with chrome extensions.

A: 

On Windows that's:

%Chrome Install Path%\User Data\Default\Extensions\%ID%

I suppose it's something similar on Mac.

Max Shawabkeh