Is there such a plugin?

link|improve this question

42% accept rate
1  
Using what? Javascript? PHP? .NET? – joshcomley May 26 '09 at 23:36
feedback

6 Answers

Options / Under the Hood / Show Cookies, no plugin needed.

link|improve this answer
10  
The location has changed, it is now under: Options / Under the Hood / Content settings... / Cookies / Show cookies and other site data... – Brook Miles Aug 9 '10 at 20:52
2  
Last button name is now "All cookies and site data..." – Paulo Manuel Santos Jul 20 '11 at 9:04
German: "Einstellungen -> Details -> Inhaltseinstellungen... -> Alle Cookies und Websitedaten..." – Chris M. Apr 25 at 9:49
This has gone missing in Chrome 19 (at least I can't find it!) :-( – Nick Craig-Wood 6 hours ago
feedback

This works in chrome (displaying cookies for current domain). Moreover it lets you edit them:

javascript:void(document.cookie=prompt(document.cookie,document.cookie));
link|improve this answer
feedback

For Google chrome browser, go like this;

  1. Right click on the page and choose; Inspect element.
  2. Go to Resources tab.
  3. Scroll down to Cookies, you will find your site there, just click on it to see all the cookies related to your site.
link|improve this answer
Great, thanks.. – g33kz0r Aug 29 '11 at 11:14
Great alternative to the buried options dialog! Thanks – Chris M. Apr 25 at 9:47
feedback

This is also available by using the Developer Tools ("Tools" -> "Developer Tools"), and looking at the Storage tab. This will show you the cookies for the current page.

link|improve this answer
feedback

In Firefox type: "javascript: alert(document.cookie);" into the awesome bar to see an alert with your cookie for that page. Does this work in chrome?

link|improve this answer
It works, but the plaintext representation of a cookie isn't that readable. – Andre Boos Jul 8 '10 at 23:14
feedback

There are quite few Chrome extensions that allow you to view and edit cookies: https://chrome.google.com/webstore/search/cookie

My preferred one at the moment is a Cookie Manager: https://chrome.google.com/webstore/detail/kbnfbcpkiaganjpcanopcgeoehkleeck

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.