Wrote my first extension a screen scraper utility I need for my own use. I now need to transfer the data to an Excel spreadsheet. I don't need to "write a file" exactly but I thought this would be one way to accomplish the task.
I'm reading the docs but I'm new to extension development and the terms don't all make sense. So can I write to a file on my own drive from my own extension? Is there an example or a reference to any info I can use?
Also are there other public groups for discussions on the topic of chrome extension development?