Chrome Extension HTML Filesystem Access
问题 I am looking to save a file to a local path. I have the weblink for example (http://www.website.com/files/info.pdf) and a config setting storing the users desired path (defaulted to download directory, but they can change it. Everything I am reading implies this functionality now exist but I cannot figure out how to do it. Thanks 回答1: Chrome doesn't allow you to write directly to the filesystem. It provides an API that gives you access to a sandboxed environment, but doesn't allow you to