Abraham Adam
Abraham Adam

Reputation: 633

edit chrome dev tools

I have been looking for a guide for how to add another sidebar to the sources tab.

I know we can download the devtools_frontend from the chromuim project and edit that, but I am wondering if anyone know if it's possible with an extension

I found a bunch for adding things to the elements but nothing for sources.

Thanks

Upvotes: 0

Views: 141

Answers (2)

JohnK
JohnK

Reputation: 7337

This answer is years after your question, but you might want to check out jQuery Audit plugin on GitHub. It adds a tab/sidebar to the Sources panel/tab.

Upvotes: 0

Ido Green
Ido Green

Reputation: 2813

Chrome provides three separate APIs for extending the developer tool - http://developer.chrome.com/trunk/extensions/devtools.html and more risky - http://developer.chrome.com/trunk/extensions/experimental.html

This is your way to add new tabs/features to the devtools.

Upvotes: 1

Related Questions