WORMSS
WORMSS

Reputation: 1664

Add to settings in chrome devtools

I have a chrome extension that adds a new panel to devtools.

This works as expected, but now looking to add some custom settings. I am hoping to be able to add to the standard chrome devtools settings dialog rather than having to implement a "in panel" settings panel.

I suspect there is no way of doing so after reading through the Extending Devtools page and using Google-Fu, I found no mention of the settings dialog or adding my own settings to said dialog.

I know I can create an "in panel" settings panel and it will be easy enough, but I just didn't want to re-invent the wheel if I had no need.

Any information about / or even a confirmation of the lack of ability to add my own settings will be greatly appreciated.

enter image description here

Upvotes: 3

Views: 85

Answers (1)

Andrey Lushnikov
Andrey Lushnikov

Reputation: 3313

There is no way to add a new panel into Settings Dialog within DevTools.

However, this sounds as a good suggestion, feel free to file a bug at http://crbug.com/new.

Upvotes: 1

Related Questions