How can I read/write data from a file?
- by samy
I'm writing a simple chrome extension. I need to create the ability to add sites URLs to a list, or read from the list.
I use the list to open the sites in the new tabs.
I'm looking for a way to have a data file I can write to, and read from. I was thinking on XML. I read there is a problem changing the content of files with Javascript.
Is XML…