开发者

Local filesystem access in browser extensions

I'm doin开发者_开发技巧g some investigation into options for an app I am building. Do browser extensions for all browser platforms have filesystem access like Firefox does?


Chrome extensions do not allow arbitrary filesystem access. You could, however, write an NPAPI plugin, but this comes with some heavy caveats:

You can also use HTML5 filesystem APIs to access a sandboxed filesystem:


Dolphin browser looks to have it. Look at their API (I didn't test it yet). Hopefully it will help you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜