Paul Morris
unread,May 16, 2012, 3:23:25 PM5/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-la...@googlegroups.com
Now that I'm using the simple-prefs module, I'd like to create a link
(from say a panel, widget, or internal html page) to my add-ons'
preferences in the add-on manager. Right now I can create a link to the
add-on manager like this, and that works:
tabs.open("about:addons");
But I don't know if there's a URL to use to link directly to my add-on's
page in the manager, or better, to the preferences section of my
add-on's page. Is there a way to do this?
Thanks,
-Paul