Console.save
A simple way to save objects as .json fle from the console, includes a chrome extension along with a plain script.
Usage
console.save(data, [filename])
Data can be a string or just an object, objects are passed through json.stringify() before writing to file. Filename is an optional parameter to change the name of the downloaded file, defaults to console.json.
Licence
MIT