httpswitchboard
httpswitchboard copied to clipboard
Is it possible to add HTTPSB statistics page to Chromium's Developers Tools panel?
I use HTTPSB using the block-all/allow-exceptionally approach so there's a lot of going back and forth to the Statistics page to see what you have to allow for the webpage to show up properly. I know Chromium is not very customizable so I'm wondering if its possible to add the info of the Statistics page to the Developer Tools panel of Chromium.... kinda like how RequestPolicy/Adblock can add a panel bottom of the page in Firefox.
Below is an image I did in mspaint of what I'm trying explain:

Here's firefox's RequestPolicy:

Don't know if this sounds like a stupid idea but I really don't like going back and forth to the statistics page everytime I make a change.
Found this "Extending Devtools" page, http://developer.chrome.com/extensions/devtools.html , but I don't know if it'll work with HTTPSB.
Thank you for HTTPSB! Been waiting for something like this on chromium.
It sure looks possible, using the chrome.devtools.panels API. Thinking about it, it's actually a good idea. These requests are rather geeky, and a geeky user would know how to access the dev panel. This would unclutter the Statistics page from the geeky stuff (except for the actual stats).