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 的打包应用程序。
我想知道是否计划使用我自己的 API 集(例如通过 C++)扩展 chrome 打包的应用程序。
您可以使用NaCl从 Chrome 打包应用程序中调用 C 和 C++ 代码,但有一些限制。但是,您不能特别添加或更改 chrome.* 命名空间。