I want to develop my own NPAPI plugin - is there any way to get the code of existing plugins? If not, what are the best practices / demos to start writing?
Asked
Active
Viewed 130 times
0
-
1See [this answer](http://stackoverflow.com/a/3781180/168225) for getting started. – Georg Fritzsche Nov 29 '12 at 18:42
2 Answers
2
No, you can't look at code for most existing plugins, unless they are open source and you can find the source. They are compiled and written in C or C++ generally. I'd look at http://npapi.com/tutorial1 and http://www.firebreath.org
If you're beginning, FireBreath is probably the easiest way to get started.

taxilian
- 14,229
- 4
- 34
- 73
0
Your NPAPI plugin may have access to users filesystem You may read users profile folder and find existed plugins in the folder extensions.

belykh
- 1,109
- 10
- 25