forgehaa.blogg.se

How to download chrome extension
How to download chrome extension





Another way to do what you need is simply send a request to an external website via XHR POST and then another GET request to retrieve the file back which will appear as a save file dialog.įor example, for my browser extension My Hangouts I created a utility to download a photo from HTML5 Canvas directly to disk.

how to download chrome extension

That is the only way to download files to disk and it is limited. You can use HTML5 FileSystem features to write to disk using the Download API.







How to download chrome extension