Re: Howto get an NPAPI plugin added to the whitelist ?
Benjamin Smedberg <[email protected]> Wed, 20 Nov 2013 09:08:29 -0500
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
On 11/20/2013 8:38 AM, [email protected] wrote: > > Is it possible to add NPAPI plugins to official catalogs or the marketplace? What catalogs or marketplace are you talking about? You can bundle a plugin into a Firefox addon and make it available on addons.mozilla.org. > is there any other non-legacy native API recommended by Mozilla? > Chrome has NaCL and PPAPI. We recommend open web technologies instead of any plugin. You can use asm.js to compile binary languages down to a very fast form of JavaScript. --BDS