gpt4 book ai didi

google-chrome-extension - “下载”需要 Google Chrome 开发 channel 或更新版本,这是稳定 channel

转载 作者:行者123 更新时间:2023-12-02 18:09:45 25 4
gpt4 key购买 nike

我正在制作一个 Chrome 扩展程序,以便在单击时自动提供“另存为”框。我找到了this在 API 上,但是当我将“下载”添加到权限中时,我收到警告:

There were warnings when trying to install this extension:

* 'downloads' requires Google Chrome dev channel or newer, and this is the stable channel.

我不知道什么是 channel ,以及如何更改它们。

那是什么?这是否意味着下载此扩展程序的任何人也会为更改 channel 而头痛?

我的示例代码:

window.onload = function(){
alert(chrome);
alert(chrome.downloads);
chrome.downloads.download(
{url: 'http://www.iana.org/_img/iana-logo-pageheader.png',
saveAs: true
},
function(res){alert(res);});
}

最佳答案

大多数用户都在稳定 channel ,因为这是默认 channel 。

如果您想使用前沿功能,请获取 Dev 或 Canary 版本。有关使用不同发布 channel 的更多信息,请访问 chromium.org Chrome Release Channels .

关于google-chrome-extension - “下载”需要 Google Chrome 开发 channel 或更新版本,这是稳定 channel ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13556783/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com