简体   繁体   English

如何在Chrome扩展程序中向下载管理器添加网址?

[英]How can I add a URL to the download manager in a Chrome Extension?

I've been working on an extension that checks for certain URLs in page content and lets the user put a button to automatically put these into the download manager. 我一直致力于扩展,检查页面内容中的某些URL,并让用户按下一个按钮自动将这些URL放入下载管理器。 I've gotten everything I need, but how do I actually tell Chrome to put the URL into the download queue? 我已经得到了我需要的一切,但是我如何告诉Chrome将URL放入下载队列?

You can't, its not supported yet. 你不能,它还没有得到支持。 There are no extensions for Chrome download manager. Chrome下载管理器没有扩展程序。

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

相关问题 如何将 Google 跟踪代码管理器添加到 chrome 扩展内容脚本? - How can I add Google Tag Manager to chrome extension content-scripts? 如何将URL的特定部分复制到带有Chrome扩展程序的剪贴板? - How can I copy a specific part of a URL to the clipboard with a Chrome extension? 如何将PhantomJS添加到我的Chrome扩展程序中? - How Can I Add PhantomJS to My Chrome Extension? 如何在Chrome扩展程序中动态地向上下文菜单添加选项? - How can I add an option to the context menu dynamically in a Chrome extension? 如何在Chrome扩展程序中添加其他说明? - How can I add in another description to my chrome extension? 如何在onStartup和onInstalled上添加Chrome扩展程序监听器? - How can I add a Chrome extension listener both onStartup and onInstalled? 如何向我的 Electron 应用程序添加自定义 chrome 扩展? - How can I add a custom chrome extension to my Electron app? 如何在Chrome扩展程序API中添加回调函数? - How can I add a callback function to chrome extension api? 如何将文件下载到Chrome扩展程序的扩展程序文件夹中? - How do I download a file to the extension folder in a Chrome extension? 如何从另一个带有 MV3 chrome 扩展名的 URL 下载文件? - How to download file from another URL with MV3 chrome extension?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM