Modify contents of Firefox download dialog from add-on kit -
i'd able add option download dialog pops-up in firefox when starting file download. possible using new add-on sdk or have old way?
edit: obviously, if new option selected, need way know , execute code based on it.
that's use xul overlays for. guess dialog talking chrome://mozapps/content/downloads/downloads.xul
- download manager. afaik doing isn't possible add-on sdk, provides common ui integration points. create traditional extension however, can overlay dialog.
Comments
Post a Comment