I am experiencing some problems with a google chrome extension I have made. I've put this simple line of code at the top of the popup page:
<a href="http://www.google.com">google</a>
However, clicking on it yields no results. But I have someone else's extension that includes links in the popup in exactly the same way, and seems to work. Is there a permissions error of some kind here?