Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Chrome Web ストアに公開せずに PPAPI Chrome プラグインをデプロイすることは可能ですか?たとえば、エンド ユーザーにインストーラーを提供することはできますか?
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.