Where is chrome extension directory in windows 8?

directory, google-chrome, google-chrome-extension, javascript

Solution

c:\Program Files (x86)\Google\Chrome\Application\<VERSION>\Extensions\

or

C:\Users\{user}\AppData\Local\Google\Chrome\User Data\Default\Extensions

Problem

I want to read the source code of chrome extensions. I m not able to find the directory where the extensions are stored. I m using windows 8. There is not AppData folder in C:\Users\\ and there is DocumentsandSetting folder in C:.

Original source