I'm new to chrome extension, but I really have this problem. I need to save some file in the background script, the path I want to save is depending on the content I want to save(so it somehow dynamic).
I check the chrome.fileSystem at chrome extension doc, turns out it will request user to choose a dir to save the file. But I want to save files automatically.
Thanks a lot!