How do I display a link in a panel on my Firefox Extension using the Add-on SDK?
问题 I'm currently making a Firefox extension using the Add-on SDK (widget). What I'm trying to do upon the widget being clicked is: Identify all addresses on a webpage, highlight the addresses, and show a panel (attached to the widget) with links to Google Maps with the address. The issue I am having is displaying a link in the panel. I have been able to open and display actual sites and HTML files in the panel, but would like to know how, if possible, to display a clickable link in the panel. I