How do I find the Google's OAuth 2.0 client-secret-key for developing chrome-extensions?

google-chrome-extension, oauth-2.0

Solution

OK, figured it out by myself.

Click the Download JSON link in the Client ID for installed applications section.

Open the JSON in a text-file.

You will find the client-secret.

Problem

I see only the following details in https://code.google.com/apis/console/b/0/#project:xxxxx:access Client ID for installed applications Client ID: 477522346600.apps.googleusercontent.com Application type: Chrome App Application ID: gobkdpbocikdfbnfahjladnetpdkvmic Simple API Access API key: AIzaSyDC_BSfqa1Uhgh3M6KqYUvzXuKX0lMnMaw Referers: Any referer allowed Activated on: Mar 21, 2013 4:35 AM Activated by: xxx@yyyy.com – you Now, what's my client-secret value in the above data?

Original source