Use the chrome.fileSystem module
to create, read, navigate, and write
to a sandboxed section of the user's local file system.
With this API,
packaged apps can read and write
to a user-selected location.
For example,
a text editor app can use the API
to read and write local documents.