Accessing the local file system in browser extensions

I am exploring options for the application that I am creating. Browser extensions for all browser platforms have access to the file system, for example, Firefox?

+5
source share
2 answers

Chrome extensions do not allow access to an arbitrary file system. However, you could write an NPAPI plugin , but this has some serious caveats:

You can also use the HTML5 file system API to access the isolated file system:

+1
source

Dolphin . API ( ). , .

0

All Articles