2

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?

Anders Feder
  • 595
  • 2
  • 5
  • 18

4 Answers4

1

Use FireBreath the cross platform/cross browser plugin project http://firebreath.org

Coward
  • 26
  • 1
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

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