views:

27

answers:

0

Hi,

I am writing a chrome plugin in which I would like to receive events such as "load", "unload" of window and page. However, I'm not getting any concrete clue to start with.

Can anyone tell me how to capture DOM event in plugin?

Does Chrome support this feature?

Thank you.