Google Chrome / Chromium / Webkit 的隐藏 API

发布于 2024-12-12 05:05:38 字数 150 浏览 0 评论 0原文

我将开发一些专门针对 chrome 网上商店的应用程序。 所以该应用程序只能在 Chrome 中运行。

所以我想利用 chromium 提供的所有 API。所以跨浏览器在这里不是问题。 然而,这引出了我的问题:哪些是一些不为人知的特定于 chromium 的 API?

I am going to develop some apps that are going to specifically target the chrome webstore.
So the app will only run in chrome.

So I want to make use of all the APIs chromium has to offer. So cross-browser is not an issue here.
This however leads to my question: what are the neat little unknown chromium specific APIs?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼睛会笑 2024-12-19 05:05:38

首先,Chrome 支持许多开放网络平台 API,这些 API 由一些可靠的资源跟踪:

其中一些 API 在其他浏览器中不可用,但所有这些 API 背后都有一个 Web 标准。

其次,还有Chrome 特定的 API,供扩展程序和打包应用使用。 Chrome 稳定版本中还提供了一个实验性 API 列表。要先睹为快,请查看实验性 API 的主干版本,可在金丝雀建造。

请注意,您需要在 about:flags 中启用实验性扩展 API,并在使用它们之前重新启动 Chrome,并且在 API 在最新稳定版中发布(非实验性)之前,您将无法将它们部署到网上商店Chrome 版本。

Firstly, Chrome supports a number of open web platform APIs, which are tracked by a few solid resources:

Some of these APIs aren't available in other browsers, but there is a web standard behind all of them.

Secondly, there are Chrome-specific APIs, used by extensions and packaged apps. There is also a list of experimental APIs available in the stable release of Chrome. To get a sneak preview, have a look at the trunk version of the experimental APIs, available in the Canary builds.

Note that you'll need to enable experimental extension APIs in your about:flags and restart Chrome before using these, and that you won't be able to deploy them to the webstore until the API is released (not experimental) in the latest stable version of Chrome.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文