chrome.devtools support.

37 views
Skip to first unread message

im0b

unread,
May 15, 2012, 6:12:46 AM5/15/12
to google-chrome-...@googlegroups.com
Hi where can i find a list of which functions work on what versions of google chrome?
in particular, chrome.devtools.network and chrome.devtools.inspectedWindow, seems to work in 20 but not in 18. 
Also i would like to know where do i find the log of the devtools.html to debug that script...
thanks!

Andrey Kosyakov

unread,
May 15, 2012, 8:04:25 AM5/15/12
to im0b, google-chrome-...@googlegroups.com
Hi,

On Tue, May 15, 2012 at 2:12 PM, im0b <due...@gmail.com> wrote:
> Hi where can i find a list of which functions work on what versions of
> google chrome?
> in particular, chrome.devtools.network and chrome.devtools.inspectedWindow,
> seems to work in 20 but not in 18.

Both chrome.devtools.network and chrome.devtools.inspectedWindow are
actually available in m18 (these were out of experimental in m18 and
behind --enable-experimental-extension-apis for several releases
earlier).
If you're having problems with getting chrome.devtools extension
working in m18, ensure that your manifest version is before 2 (i.e.
drop any manifest_version fields from the manifest.json).

> Also i would like to know where do i find the log of the devtools.html to
> debug that script...

The extensions are just iframes within the DevTools front-end, so in
order to be able to debug them you can open DevTools on DevTools
front-end -- i.e. open DevTools, undock, and press ctrl+shift+i once
again.

Best regards,
Andrey.

im0b

unread,
May 15, 2012, 10:13:55 AM5/15/12
to google-chrome-...@googlegroups.com, im0b
Hi, thanks for your reply, the manifest version did the trick, the weird part is that it says version 2 is from 18 and on and not 19 and on (version) which is why i haven't thought about it...
Thank you once again!
Reply all
Reply to author
Forward
0 new messages