Skip to content

Latest commit

 

History

History

chrome-extension-replay

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Example extension: Custom replay button in DevTools > Recorder

This extension is using the chrome.devtools.recorder API.

To test the extension:

  1. Download this directory to your machine.
  2. Load the extension locally.
  3. Open a new tab and a new DevTools window.
  4. In the Recorder panel, create a new recording.
  5. Expand the replay menu and press Via CoffeeTest.

To develop an extension, follow the steps in Build your own extension.