On Fri, May 4, 2012 at 3:10 PM, Thomas Aylott <
tho...@subtlegradient.com> wrote:
> Ahoy,
> Is there currently any plan to support frontend devtools extensions in the
> remote web inspector?
Can you explain a bit more or point to a page describing the setup you
are using? There are a lot of ways to use the front-end.
In particular, the front end is usually running in a separate process
and by default it uses websockets to port 9222. So in normal operation
it is 'remote' to the backend, though it is running on the same
localhost.
> I'd like to build some extensions for use in Chrome that also work when
> inspecting a remote browser over a web socket connection.
It should be possible to have devtools extensions work where devtools
work except that devtools extensions can communicate with chrome
extension background pages.
And in any scenario where the devtools front-end is running in a
modern version of Chrome, you can use the front end embedded in an
extension and thus use the full API. However, if you are truly on a
different machine then the extension API won't be available.
jjb
>
> Thanks much