Data is synced from the Chrome Web Store. View the official store page for the most current information.
Automatically save all console.log printed values to variables for further debugging.
Usage: The history will be saved in the variable $d, accessible from the console on the devtools.
$d.last gets the last console.log printed statement. $d.all is an array with all the console.log prints. $d.clear() empties the array. Use $d to print and inspect the entire object or get quick access.