View cookies : Keyboard shortcut? Extension?

Solution 1:

Just came up with a good close enough solution while looking for a keyboard shortcut for cookies myself.

Right click on address bar edit search engines.., under other search engines you can add urls and keywords. once you add something here, later when you type in the keyword in address bar of tab it will take you to the URL you enter in the edit search engine.

I use it as a keyboard shortcut to get to favourite websites. Now in the "edit search engine" add url chrome://settings/siteData and any keyword you want , ex: "ck". once you enter that go to a new tab and type "ck" in address bar it will take you to cookie directly. In that page, tab x3 will let you highlight "remove all" and then hit enter to confirm. Then tab x3 again to highlight "clear all" and enter to confirm.

Solution 2:

Closest I've gotten so far is ++J (or Ctrl+Alt+J) to open Inspector/Console without needing to inspect an element and then +] or Ctrl+] a couple times to get to Resources, but then I still have to click Cookies.

Another option ++J (to open Console), then type document.cookieEnter and get a string dump of the current domain's cookies. Next time you need it, just hit Up Arrow once Console has focus to recall previous command and the Enter.

Solution 3:

Don't the developer tools in Chrome (by default) allow you to see cookies, XML HTTP Requests, POST's, etc? Right-click anywhere on a web page and click "Inspect Element"

Once you've enabled resource tracking, the Storage tab lets you check out cookies