[9] [DFN[[[PPAPI]]]] は、 [[Chrome]] と[[プラグイン]]との間の [[API]] です。

[10] [[NPAPI]] にかわるものとして開発されました。現在の [[Chrome]]
用の[[プラグイン]]は [[PPAPI]] を使っています。

[FIG(middle  list)[
- [[NaCl]]
- [[PNaCl]]
- [[Flash]]
- [CODE(MIME)@en[[[application/x-google-chrome-pdf]]]]
- [CODE(MIME)@en[[[application/x-ppapi-widevine-cdm]]]]
- [CODE(MIME)@en[[[application/vnd.chromium.remoting-viewer]]]]
- [CODE(MIME)@en[[[application/x-ppapi-widevine-cdm]]]]
]FIG]

[1] [CITE@en[Pepper C API - Native Client — Google Developers]]
( ([TIME[2012-07-04 01:55:42 +09:00]] 版))
<https://developers.google.com/native-client/pepperc/>

[2] [CITE[ppapi - Pepper Plugin API - Google Project Hosting]]
([TIME[2015-05-01 23:51:11 +09:00]] 版)
<https://code.google.com/p/ppapi/>

[3] [CITE@en[''''''[''''''chrome'''''']'''''' Index of /trunk/src/ppapi]]
([TIME[2015-05-01 23:51:32 +09:00]] 版)
<http://src.chromium.org/viewvc/chrome/trunk/src/ppapi/>

[4] [CITE[GettingStarted - ppapi - Writing a simple plugin - Pepper Plugin API - Google Project Hosting]]
([TIME[2015-05-01 23:51:53 +09:00]] 版)
<https://code.google.com/p/ppapi/wiki/GettingStarted>

[5] [CITE[Concepts - ppapi - Important concepts for working with PPAPI. - Pepper Plugin API - Google Project Hosting]]
([TIME[2015-05-01 23:52:00 +09:00]] 版)
<https://code.google.com/p/ppapi/wiki/Concepts>

[6] [CITE[Pepper plugin implementation - The Chromium Projects]]
([TIME[2015-05-01 23:09:54 +09:00]] 版)
<https://sites.google.com/a/chromium.org/dev/developers/design-documents/pepper-plugin-implementation>

[7] [CITE[Pepper API Best Practices - The Chromium Projects]]
([TIME[2015-05-01 23:09:54 +09:00]] 版)
<https://sites.google.com/a/chromium.org/dev/developers/pepper-api-best-practices>

[8] [CITE[Pepper API Proposals - Google Docs]]
([TIME[2015-05-01 23:52:56 +09:00]] 版)
<https://docs.google.com/document/d/1sjR0ZlDFVaxnKYdYCeLShumcaeYYSC_CgTM05gKcfXs/edit?pli=1#heading=h.y526gzy584nh>

[FIG(quote)[
[FIGCAPTION[
[11] [CITE[Technical Overview - Google Chrome]]
([TIME[2015-05-02 01:10:31 +09:00]] 版)
<https://developer.chrome.com/native-client/overview>
]FIGCAPTION]

> The Pepper plug-in API (PPAPI), called Pepper for convenience, is an open-source, cross-platform C/C++ API for web browser plug-ins. Pepper allows a C/C++ module to communicate with the hosting browser and to access system-level functions in a safe and portable way. One of the security constraints in Native Client is that modules cannot make OS-level calls. Pepper provides analogous APIs that modules can use instead.

]FIG]

[12] [CITE[琴線探査: ChromeのFlash(PPAPI)のSharedObjectの場所]]
( ([TIME[2016-06-04 20:41:45 +09:00]]))
<http://kinsentansa.blogspot.jp/2014/02/chromeflashppapisharedobject.html>