5

I'd like to be able to take a screenshot of a page and give the user the option to save it to their desktop (with a standard OS file save prompt). Is this possible from the Chrome Extension environment? I'm not worried about the image side, more the saving to the user file system.

I've looked at the following pages (among others):

Making a Chrome Extension download a file

http://www.html5rocks.com/en/tutorials/file/filesystem/#toc-support

Community
  • 1
  • 1
williamparry
  • 488
  • 1
  • 7
  • 15

1 Answers1

7

Take a look at this HTML5Rocks update: http://updates.html5rocks.com/2011/08/Saving-generated-files-on-the-client-side

Here's a demo of this in action: http://eligrey.com/demos/FileSaver.js/

Boris Smus
  • 8,220
  • 2
  • 36
  • 33