You cannot store it an actual specific file, but you can use localStorage. It is like a regular JavaScript object, only its content will persist, even after you close the browser.
Some info here - http://hacks.mozilla.org/2009/06/localstorage/ ☆PhistucK On Thu, Dec 10, 2009 at 21:32, JustXtreme <justxtr...@gmail.com> wrote: > hello all, > I would like to write a var i'm holding to a html or txt (really any > file) that is a part of my extension. I"m really new to this and am > trying to hack a few extensions together that some other people have > created. i'm still very much in the learning stage of javascript, > there might be another way to store and response sets of data. > > thank you. > > -- > > You received this message because you are subscribed to the Google Groups > "Chromium-extensions" group. > To post to this group, send email to chromium-extensi...@googlegroups.com. > To unsubscribe from this group, send email to > chromium-extensions+unsubscr...@googlegroups.com<chromium-extensions%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/chromium-extensions?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to chromium-extensi...@googlegroups.com. To unsubscribe from this group, send email to chromium-extensions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.