Any example of writing an NPAPI plugin in Linux? Any example of writing an NPAPI plugin in Linux? google-chrome google-chrome

Any example of writing an NPAPI plugin in Linux?


you could also use the open source FireBreath plugin framework; they are nearing a 1.0 release for windows only, but it would not be hard to port it to linux; mac os shouldn't be bad either, but it will take a little work to get CMake to generate the correct bundle type =]

Yes, I am one of the primary maintainers, so I'm a bit biased. You can also find some good general information on how NPAPI works on my blog, starting here:http://colonelpanic.net/2009/03/building-a-firefox-plugin-part-one/