I'm doing some investigation into options for an app I am building. Do browser extensions for all browser platforms have filesystem access like Firefox does?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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:
回答2:
Dolphin browser looks to have it. Look at their API (I didn't test it yet). Hopefully it will help you.