0

Chrome Web ストアに公開せずに PPAPI Chrome プラグインをデプロイすることは可能ですか?たとえば、エンド ユーザーにインストーラーを提供することはできますか?

4

1 に答える 1

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.

于 2014-06-19T20:10:11.777 に答える