Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从我的 Firefox 插件中执行以下操作:
一个)。确定我的插件文件夹位置。
乙)。提示用户开始下载。
C)。下载并保存下载
所有可用的代码示例都适用于较旧的 API,我不知道如何让它们为最近的E10(多进程)代码更改工作。
var OSPath_addons = Services.dirsvc.get('XREUSysExt', Ci.nsIFile).path
如何使用 OS.File 将图像下载到桌面
https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules/Downloads.jsm#createDownload%28%29