I have noticed that: If the Mozilla Firefox user clicks on download link (EX: this), the following "Open with/Save" dialog window will pop up:
I have download manager named rd
written in Python, So I need to:
Catch the download link from Firefox.
Send it to my download manager.
I want to achieve that by any method of the following:
- Add checkbox to that dialog enabling the user to use my download manager in this link (as DTA and flashgot add thier checkboxes).
- Listen for that event ( save dialog pop up),
- Add my download manager named rd as a default application for any file type other than
html
but We should give the user the ability toadd to/remove from
that file types send to my application.