Is it possible to create a binary extension that c

2019-08-06 05:19发布

问题:

Chrome supports binary extensions on all platforms. But I cannot decide whether Chrome OS supports them too...

回答1:

Nope, they are disabled on purpose.

See this, this, this.



回答2:

They don't support NPAPI, but they do support the new native client architecture NaCL.

For more information regarding the difference:

http://dev.chromium.org/nativeclient/getting-started/getting-started-background-and-basics

If your binary extension uses PPAPI rather than NPAPI, it will definitely work on Chrome OS.