我可以在 chrome 个应用程序中使用 Web API

Can I use Web APIs in chrome apps

我想在我计划创建的 chrome 应用程序中使用网络工作者。但不确定我是否可以在 chrome 应用程序(或在本例中为网络工作者)中使用所有网络 API。

所以我的问题是:我可以使用 chrome 浏览器可以在 chrome 应用程序中使用的所有 Web APIs

所以我在发布这个问题几分钟后就找到了答案

根据 chrome 应用文档中的 Web API section

In addition to the chrome.* APIs, extensions can use all the APIs that the browser provides to web pages and apps. If the browser doesn't support an API you want to use, you can bundle additional API libraries into your extension.

不用担心上面引述中的术语 'extension',文档似乎是从扩展程序的 Web api 部分复制的。