views:

39

answers:

1

Hi,

I've got a simple little Chrome Extension that displays Links to some RSS Feed Items.

https://chrome.google.com/extensions/detail/kphnebohimlmflbecpghgbclhobnphnm?hl=en-GB

However, clicking the links does nothing. What am I doing wrong.

I'm sure it's very simple. Am I missing any Permissions from my Manifest file?

A: 

You can also call chrome.tabs.create (requires tabs permission in your manifest file).

byoogle

related questions