Search code examples
google-chromeuser-interfacegoogle-chrome-devtoolsstylesheet

Using native Chrome DevTools UI in extension


How can I use native UI DevTools componets (tabs, buttons, etc) in my Chrome DevTools extension?


Solution

  • There's no DevTools API for that, mostly to keep the API surface small and minimize compatibility concerns when DevTools UI changes. However, with DevTools being open source, there's little that prevents you from copying DevTools controls to your extension.