a chrome extension show json style cookies, it's useful for you test some web programs,example:when you use phantomjs to test login,and the cookies,just copy from the extension and then use .addCookie etc....
$ git clone https://github.com/billyct/cookies_json_chrome_extension.git
- open your chrome and open the url
chrome://extensions/
- load unpacked extension where you just cloned(note:open your dev mode)
Inspired by the chrome extension cookies.txt,97% not write by billyct,but by the author of cookies.txt