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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -