Accessing browser events
Posted
by netprotector
on Stack Overflow
See other posts from Stack Overflow
or by netprotector
Published on 2010-05-18T03:57:02Z
Indexed on
2010/05/18
4:00 UTC
Read the original article
Hit count: 236
google-chrome-extension
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.
© Stack Overflow or respective owner