Chrome Extension write to file system

前端 未结 1 1789
暖寄归人
暖寄归人 2021-01-03 03:33

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

相关标签:
1条回答
  • 2021-01-03 04:14

    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/

    0 讨论(0)
提交回复
热议问题