You can only do it with NPAPI plugins, which are native code (using C++) DLLs, that you can embed inside an extension.
A less cumbersome and less automatic way would be to use localStorage to add stuff to the log and when you actually want to save it, open a page that its only function is to show the whole log and save it manually. ☆PhistucK On Sun, Nov 15, 2009 at 22:14, vm <[email protected]> wrote: > Hello guys: > > I wonder if it is possible to save a text file from an extension. I am > implementing a content script where I gather some information from > certain web pages, and I would like to save it to disk. I have tried > to do it through Javascript, but couldn't find how. Is there a way I > can do it using any chrome-extension resource? > > -- > > You received this message because you are subscribed to the Google Groups > "Chromium-extensions" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<chromium-extensions%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/chromium-extensions?hl=. > > > -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=.
