Skip to content

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

License

Notifications You must be signed in to change notification settings

kmichel/chrome-grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published