1st off: I no not think that adding a specific item there is possbile.
Now assuming you actually want to add a "Download" button, consider this:
- Opening a file by default means you have to download the file first
- "Download" on a PC/Mac just puts the file into a "known" folder where you can open it with any program later while "open" puts it into a (possibly) random temp folder and then runs the default program
- Due to the nature of safari in iOS a "Download" button would be more like "Store in Safari for later"
- Open in safari is -> Download, Store, Ask user what app he wants to use to open the file type.
So considering the above points I do not see how a "Download" button would function. If you have some more details what you want your button to do, maybe there is an alternative that will work for you.