Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 971 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 971 Bytes

cookies_json_chrome_extension

logo 中文

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....

setup

  • $ 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)

screenshot

screenshot-1 screenshot-2

thx

Inspired by the chrome extension cookies.txt,97% not write by billyct,but by the author of cookies.txt