0

Is it possible to deploy a PPAPI Chrome plugin without publishing on Chrome Web Store, say, provide an installer to end users?

timrau
  • 22,578
  • 4
  • 51
  • 64

1 Answers1

2

You can use PNaCl without publishing on the Chrome Web Store. PNaCl can load from your web site(s).

But no, Chrome doesn't support you having an installer for a PPAPI plugin that was not built with the NaCl or PNaCl toolchain.

dmichael
  • 126
  • 4