Is it possible to add custom functionality to chrome devtools?
I want to add a button in to chrome style inspecter ( green button in the picture ) .
When button is clicked, I want to show an alert with file and line number.
I read about extending devtools from google documentation, but couldn't found anything to do something like I expect.
If you think it's possible, can you tell me some starting point?
Thanks.