如何在我的扩展程序中禁用“询问保存位置”设置?

时间:2019-07-05 15:05:47

标签: javascript google-chrome-extension

我正在开发一个简单的chrome扩展程序,可以从学校一次下载许多文件,但是每次我呼叫 chrome.downloads.download()时,它都会询问我。问题是在其他地方下载时,我需要“在下载前先询问保存每个文件的位置” 。我该怎么办?

我曾尝试在https://developers.chrome.com/extensions/downloads中寻找答案,但一无所获。有什么我忽略或做错的事吗?

1 个答案:

答案 0 :(得分:-1)

  
    
      

您好 Trevour ,我认为您应该从Chrome->设置->下载部分禁用设置。检查以下步骤:

    
  
   1) On your computer, open Chrome Browser.  
   2) At the top right, click **three vertically dotted link** (:) and then Settings.  
   3) At the bottom, click **Show advanced settings**.  
   4) Under the "Downloads" section, disable the option of **Ask where to save each file before downloading**.  

一旦该选项被禁用,下载内容将保存在所选位置。