在Chrome扩展程序

时间:2016-07-04 02:29:21

标签: google-chrome google-chrome-extension

我正在使用Chrome扩展程序从网址下载文件并将其保存到下载文件夹。我想使用Chrome扩展程序api再次显示相同的文件,这可能吗?

我正在尝试通过Chrome下载搜索该文件,但我没有得到任何结果

Chrome.downloads.search({query:'acc.storefinder.js'}, function(results) {
    //This is not returning any results
    alert(results);
});

0 个答案:

没有答案