devtools-example icon indicating copy to clipboard operation
devtools-example copied to clipboard

DevTools extension examples

devtools-example

This repo contains a number of examples that show how the Chrome (and Firefox) DevTools can be extended using browser extensions:

  • a sidebar example - on the Elements tab - that uses setExpression;
  • another sidebar example that uses eval and a content script; and
  • a separate tab example that uses messaging.