I always imagined the addon running as a simple addon in the toolbar, but I just discovered devtools.network.getHAR(), which can only be run on a page in the devtools. Supposedly this is also available in Chrome. We could just run our extensions in the devtools and take advantage of this, or build our own HAR, using webRequest.onBeforeRequest. There can be a case made for both, so I would like your input, @baltpeter.
I always imagined the addon running as a simple addon in the toolbar, but I just discovered
devtools.network.getHAR(), which can only be run on a page in the devtools. Supposedly this is also available in Chrome. We could just run our extensions in the devtools and take advantage of this, or build our own HAR, usingwebRequest.onBeforeRequest. There can be a case made for both, so I would like your input, @baltpeter.