Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 562 Bytes

File metadata and controls

9 lines (5 loc) · 562 Bytes

Custom DevTools extension

This DevTools Extension sample is a Microsoft Edge extension that adds a Custom tool in Microsoft Edge DevTools, including a tab in the Activity Bar, and a panel below the tab.

  • The Custom DevTools tool calls the DevTools API to display memory information.

  • The webpage under inspection, and the Custom DevTools tool, send messages back and forth, in two-way communication.

For instructions, see Sample: Custom DevTools tool.