How to add iframe content into tab dynamically
Closed this issue · 5 comments
afsalcodehack commented
How to add iframe content into tab dynamically
sathyaprakash94 commented
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() } });
afsalcodehack commented
Uncaught ReferenceError: $chromeTabsExampleShell is not defined
sathyaprakash94 commented
What version you are using?
afsalcodehack commented
i am not sure about the version just download from this repo two days back i hope it will be the latest one
adamschwartz commented
Duplicate #50