Software and Opinions from Ian McKellar

NPAPI

NPAPI is the standard cross-browser plugin API and architecture. It was introduced in Netscape 2 and has been implemented by virtually every desktop web browser since then. Modern versions of Internet Explorer are the major exception. NPAPI is kind of awful but really useful.

Reference Documentation

Example Code - useful for writing one's own plugins

Articles

Tools and Libraries

  • PluginLogger, a plugin wrapper that logs all interaction between plugins and their host browsers.
  • FireBreath, an open source library for writing NPAPI and ActiveX plugins
Comments (1) Trackbacks (0)
  1. Also worth noting is the open source (and friendly EPL licensed) FireBreath plugin framework, which simplifies creating npapi (and ActiveX) plugins. http://firebreath.googlecode.com

Trackbacks are disabled.