Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 945
Almas Adilbek Avatar asked Jan 21 '23 21:01

Almas Adilbek


1 Answers

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

like image 143
kalev Avatar answered Jan 31 '23 09:01

kalev