Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.01 KB

Chrome-Grapher

A Chrome extension to graph numerical values over time in a developer panel.

Screenshot

Installation

As a packed extension

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

From the repository

  • Clone the repository.
  • Visit chrome://extensions in chrome.
  • Make sure Developer mode is checked.
  • Click on Load unpacked extension....
  • Select the chrome-grapher folder inside the cloned repo.
  • Close and re-open developer tools if it's already open.

Commands

console.graph(name, value)

Add the value to the graph labeled name. The graph is automatically created if it does not already exists.