October 02, 2013
Creating a basic Chrome devtools plugin
NOTICE: The below is an outdated article about Chrome devtools plugins. It is not up to date.
So I wanted to create a Chrome devtools plugin. Scraping the Building a Chrome Extension developer page a couple of weeks ago, I found out that chrome.devtools.panels is available. I hadn’t looked into extension development much since creating the Googlevich extension, which is an artwork of which I do not know wether it still works, so I was happily surprised to see a devtools api!