Is it possible to create a binary extension that can run on Chrome OS?

ε祈祈猫儿з 提交于 2019-12-11 13:32:02

问题


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.



来源:https://stackoverflow.com/questions/6081865/is-it-possible-to-create-a-binary-extension-that-can-run-on-chrome-os

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!