Saving files in a Chrome App
问题 Summary Normally I could download a bunch of files, but Chrome Apps won't show the download shelf when a download occurs. What would be the best way of getting around this limitation of Chrome Apps? Ideas I could go about this by creating a zip file, but this would require the user to perform an extra step of unzipping the file. I'm able to silently download the files, and so I could display a prompt to the user when the file is downloaded, but this would require the user to manually search