NPAPI is just an API to interact with the browser. The rest is C++ code and you can do whatever you want with C++, this is a regular programming language.
Try to look at the code in <http://code.google.com/p/npapi-msdocs> http://code.google.com/p/npapi-msdocs<http://code.google.com/p/npapi-msdocs/source/browse/>, for example. I never tried to create an NPAPI plugin, so I cannot assist you farther (others may)... If you need help on how to embed the plugin you have created in an extension, read this - http://code.google.com/chrome/extensions/npapi.html - or come back for help. :) ☆PhistucK On Tue, Nov 17, 2009 at 01:10, vm <[email protected]> wrote: > Thank you for the information. Do you have any link I can read to get > familiar with the use of those NPAPIs? Is there any specific one to > interact with the file system? How do I install them in chrome? How do > I use it from javascript? > > I am sorry but I am not very familiar with this stuff, but I still > need to solve that problem, so I need to learn. Do you have any > documentation that answer my questions? > > Thanks > vm > > -- > > You received this message because you are subscribed to the Google Groups > "Chromium-extensions" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<chromium-extensions%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/chromium-extensions?hl=. > > > -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=.
