简体   繁体   English

使用WebNavigation API的Google Chrome扩展程序

[英]Google Chrome Extension using WebNavigation API

I would like to known if the webNavigation API is still experimental, because I need to use chrome.experimental.webNavigation.onBeforeNavigate.addListener in a chrome extension. 我想知道webNavigation API是否仍处于实验阶段,因为我需要在chrome扩展程序中使用chrome.experimental.webNavigation.onBeforeNavigate.addListener。 So far I found http://code.google.com/chrome/extensions/trunk/webNavigation.html and http://code.google.com/chrome/extensions/experimental.webNavigation.html - which one is valid? 到目前为止,我发现了http://code.google.com/chrome/extensions/trunk/webNavigation.htmlhttp://code.google.com/chrome/extensions/experimental.webNavigation.html-哪一个有效?

webNavigation went stable in Chrome 16, which just landed minutes ago! webNavigation在刚刚登陆的Chrome 16中运行稳定! http://code.google.com/chrome/extensions/webNavigation.html http://code.google.com/chrome/extensions/webNavigation.html

The webNavigation API is still experimental. webNavigation API仍处于试验阶段。 The first link has /trunk/ in it which referes to the prerelease documentation matching Chrome Canary or Chromium. 第一个链接中包含/ trunk / ,它引用与Chrome Canary或Chromium匹配的预发行文档。 You can read more about the documentation versions here . 您可以在此处阅读有关文档版本的更多信息。 It looks like Chrome 17 is the planned milestone for webNavigation but that could get pushed back. Chrome 17似乎是webNavigation的计划里程碑,但可能会推迟。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM