I need to know how to make a function(s) that directly creates, and can modify or edit files on your disk from the chrome extension without downloading it. Something like
function savefile(file) {
// function to save file
}
I don't understand how to do this inside a chrome extension and if it is even possible