Devtools panel

Adds a devtools panel to the browser that reads the inspected page.

Runs on Chrome, Edge, Firefox · Manifest V3 · Surfaces: devtools panel · Styling: CSS · Level: beginner

Create this project

npx extension@latest create my-devtools --template devtools
cd my-devtools
npm install
npm run dev

Files in this template

  • extension.config.js
  • src/devtools/index.html
  • src/devtools/scripts.js
  • src/images/icon.png
  • src/manifest.json
  • src/panel/index.html
  • src/panel/scripts.js
  • src/panel/styles.css

extension.devDocumentation for extension.dev