Summary
The "downloads" permission must be declared in the extension manifest to use the chrome.downloads API.
1
Examples of using the API can be found in the examples/api/downloads directory
1
, and further help can be found in the Samples.
1
The API allows for downloading multiple files at once
, and for monitoring the progress of downloads.
It also allows for pausing, resuming, and cancelling downloads.
According to