Search code examples
qtgoogle-chromenpapi

Simple working example using plugin writen in Qt and make it work with NPAPI


Can anybody show me simple working example using Qt(export DLL plugin file) and make it work with NPAPI. I want simple example to test it in Google Chrome. Any links, codes ... Thank you


Solution

  • There's a nice framework called Firebreath for writing cross-platform browser plugins in C++. It comes with plenty of documentation and example projects, so it's easy to get started. As a plus, in addition to NPAPI hosts you pretty much get free support for ActiveX browsers (Internet Explorer) too.

    http://www.firebreath.org