我不明白Chrome中工具栏API的状态。
根据如何在Google中制作工具栏?的一个2013-06-24的答案,Chrome有一个chrome.experimental.infobars API,它已经准备好成为非实验性的了。
但是,如果我转到API的参考网页https://developer.chrome.com/extensions/experimental.infobars.html,就会有一个302 Found重定向来从URL中删除experimental.部件,并且API没有(/no更长的时间)被记录为在experimental下是可访问的,但是据说它只能在dev builds (Availability: Dev channel only.) http://archive.is/yydlD中使用。这一切意味着什么?
chrome.experimental.infobars和常规稳定Chrome吗?在dev的代码迁移到稳定之后,这会继续工作吗?chrome.exprimental.infobars和chrome.infobars版本,让我有时间更新我的扩展呢?发布于 2014-02-02 15:25:58
更新(2015年2月):chrome.infobars API将被从Chrome删除 (铬42?)
chrome.infobars是2008年设计,但它仅在开发人员构建和金丝雀上启用。目前还不清楚它是否会到达稳定的通道,有关更多信息,请参见第39511期:启动扩展信息?。chrome.experimental.infobars。从Chrome 30开始就开始使用已被移除了。使用chrome.infobars代替。https://stackoverflow.com/questions/21512026
复制相似问题