adamschwartz/chrome-tabs

How to add iframe content into tab dynamically

Closed this issue · 5 comments

How to add iframe content into tab dynamically

Hi,
In this way you can add the iframe content.
chromeTabs.addNewTab($chromeTabsExampleShell, { favicon: cssname, title: "Menu Name", menulink: "Iframe Src Link", data: { timeAdded: +new Date() } });

Uncaught ReferenceError: $chromeTabsExampleShell is not defined

What version you are using?

i am not sure about the version just download from this repo two days back i hope it will be the latest one

Duplicate #50