Chrome – Download arbitrary file with Google Chrome

downloadgoogle-chrome

Google Chrome starts downloading a file automatically after you click on a download link. However if this file is pdf or wmv then instead of downloading a file it opens it with browser's pdf reader (pdf) or plays it (wmv).

Can you force Chrome to just download an arbitrary file? I don't want to turn off the default behaviour altogether because most of the time it's what I want. But sometimes I want to download a file rather than to open it in a browser.

EDITED PART:
What when the url to a file I am interested in downloading comes from my windows clipboard?

Best Answer

Right click the link and click "Save Link As..."

EDIT: To follow up on the need to download arbitrarily from clipboard, I would just create a generic HTML file and use the above solution. Save as mylink.html to file system somewhere. Open in Chrome.

<html>
<a href="http://www.mycompany.com/secretvideo.mp4">Link</a>
</html>