-chris
> --
> You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
> To post to this group, send email to chromium-...@chromium.org.
> To unsubscribe from this group, send email to chromium-extens...@chromium.org.
> For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
>
--
sig ver 2.4
twitter: @chews (drunk tweet me)
blog: http://spazout.com
iPhone: 310.933.4533
Hi Chris,
Sorry to bother you again. I will be really greatful to you if you
could spend few minutes for me.
I have gone through the "NaCL" link "http://www.chromium.org/
nativeclient/getting-started/getting-started-background-and-basics#TOC-
Native-Client-NaCl-" and other reference links, downloaded the SDK and
compiled the code also. I was able to see all the examples working.
What I observed is, all those example are for Plug-in, that means, it
needs some embedded code/tag in HTML file, which will invoke the
Native Client dll.
My requirement is some thing like
1. My Extension Dll gets loaded automatically when Chrome browser
launches, during which I do some initialization[say url list loading
from a file]
2. On any web page load completes in any of the tab, I must be able to
track the page load complete event, say document complete event [there
will not be any embed tag / mime setup to invoke the plug-in and no
JavaScript code interaction ]
3. On document/Page load complete, check the presence of browser
loaded url in my url list, if present do some custom operations, like
filling the values to input elements of HTML or submit the form, or
redirect to some other url etc.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.