下载& Safari 扩展
我编写了一个在后台运行的应用程序,并定期扫描我的下载文件夹,并根据文件的类型将文件移动到不同的文件夹。我想将这个应用程序重写为 safari 扩展,但我没有找到拦截下载的方法。总而言之,ExtensionAPI 似乎非常有限,并且似乎主要关注于小花哨的应用程序。
是否可以通过ExentsionAPI拦截并重定向下载?
I wrote an application that runs in the background and periodically scans my download folder and moves files to different folders based on their type. I want rewrite this application as a safari extensions, but I didn't find a way to intercept downloads. All in all the ExtensionAPI seems to be very limited and seems to focus a lot on little eye-candy apps.
Is it possible to intercept and redirect downloads through the ExentsionAPI?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以。您无法通过扩展 API 访问硬盘驱动器。
No. You cannot access the hard drive through the Extension API.