I need to make a binary plugin in C that works with both Firefox and Chromium, on Linux. Where can I find a simple example of an NPAPI plugin for Linux, written in C?
Asked
Active
Viewed 1,646 times
4 Answers
1
I found an example at http://mxr.mozilla.org/seamonkey/source/modules/plugin/samples/

monish
- 182
- 2
- 10
0
You can try with this http://code.google.com/p/npapi-file-io/. I had tried on Ubuntu. The result is great

Ngo Doan Lap
- 1
- 1
0
This is probably the best I can wish for: http://git.webvm.net/?p=npsimple (it's undocumented, but it works)

Anders Feder
- 595
- 2
- 5
- 18