SDohle / Console.save

Save json files from the chrome console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Save json files from the chrome console.


Languages

Language:JavaScript 100.0%