Context Menu for Browser to download file to specific folder
- by elcojon
There is this website which has customized audio files for me.
I would like to save them in a special folder.
Now I don't want to select the "special folder" each time in the file-chooser dialogue of my browser. I would rather prefer to have a custom entry in the context menu when I right-click the download link. This context-menu-entry should do the trick and download the file to the predefined "special folder".
How would I start about that?
I am using Safari and Chrome. So a solution in either browser is fine.
To get into the context menu of the browser, what kind of programming do I need to do? Is it an extension, plugin, etc.?
Thanks