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. I've gotten everything I need, but how do I actually tell Chrome to put the URL into the download queue?
+1
A:
You can't, its not supported yet. There are no extensions for Chrome download manager.
Mohamed Mansour
2010-01-28 21:23:02
Would creating a new window do the trick if the file-type is downloadable?
Kristopher Ives
2010-01-29 05:54:08
Yes you should be able to do that, that would be a nice neat trick.
Mohamed Mansour
2010-01-30 23:51:52
http://code.google.com/p/chromium/issues/detail?id=12133
Kristopher Ives
2010-03-18 19:38:29