T
T
tr1cks2018-04-21 11:53:43
C++ / C#
tr1cks, 2018-04-21 11:53:43

How to make a cross-browser extension, preferably native, in 2018?

Is there a common API and what technology is currently used for this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Stolyarov, 2018-04-22
@tr1cks

Regarding the second part of the question: It is
possible to write an extension in C++ and compile it to JS/WASM . Of course, you need to write it according to the available APIs in the browser. That is, interaction with many common C++ native modules will be unavailable, since there are no analogues for them in the browser.
For the first part, I will not give an exact answer, but:
Write under Chrome. In other browsers (Opera, Firefox) it will be possible to install via Install Chrome Extensions and Chrome Store Foxified, respectively.
In fact, Chrome and Opera work with extensions in the same way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question