简体   繁体   中英

Native code plugin for the most popular browsers

I need to write plugins for the most popular browsers such as:

  • Google Chrome
  • Opera
  • Mozilla Firefox
  • Safari
  • Edge
  • Yandex Browser

The problem is: I have to use C++, cause I'm not enough skilled in web languages. Also I'm using extra lib for C++: OpenCV. Is there any ways of creating multiplatform cross-browser plugin? I have to add, that this plugin is only for PC version of browser. If there is no such way, please tell me, how to make plugin for each browser using C++.

也许你可以看看emscripten ,它使用 llvm 将 c++ 代码转换为 javascript。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM