A Chrome extension to graph numerical values over time in a developer panel.
- Download the packed file.
- Visit chrome://extensions in chrome.
- Locate the extension file on your computer and drag the file onto the Extensions page.
- Review the list of permissions in the dialogue that appears. If you would like to proceed, click
Install. - Close and re-open developer tools if it's already open.
- Clone the repository.
- Visit chrome://extensions in chrome.
- Make sure
Developer modeis checked. - Click on
Load unpacked extension.... - Select the
chrome-grapherfolder inside the cloned repo. - Close and re-open developer tools if it's already open.
console.graph(name, value)
Add the value to the graph labeled name. The graph is automatically created if it does not already exists.
