我注意到,Buffer app, 用于幼.,在分机被点击时,与浮 d相比没有什么不同。 如何做到这一点?
我不相信他们在新的窗口中这样做,因为我看不到一个增加的窗口。
基本上,在点击icon时,我需要的是一个厚的箱子。
Any insight on how this is done would be appreciated.
我注意到,Buffer app, 用于幼.,在分机被点击时,与浮 d相比没有什么不同。 如何做到这一点?
我不相信他们在新的窗口中这样做,因为我看不到一个增加的窗口。
基本上,在点击icon时,我需要的是一个厚的箱子。
Any insight on how this is done would be appreciated.
他们再次使用该背景网页的复印件,在浏览器行动纽扣时,听取点击。
这里与该文稿的链接:
chrome.browserAction.onClicked.addListener(function(tab) {
chrome.tabs.executeScript(tab.id, { file : createPopup.js }, function callBackStub(){})
});
<createPopup.js
You re html will be in a string. I personally recommend writing this like this:
var widgetHtml =
<div id="main"> +
<p>some stuff goes here</p> +
</div> ;
接着,随着您的html的成长,你可以做一栏,一栏是开始引用的,一栏是最后的<代码”。 +
奥基现在,你想要做的是,把你的html放在一旁,而没有设定弧形财产。 与此类似:
var iframe = document.createElement( iframe );
document.documentElement.appendChild(iframe); //fastest way to append to DOM: http://jsperf.com/insertbefore-vs-appendchild/2
iframe.contentDocument.body.innerHTML = widgetHtml;
WHY? 因此,你身上的脚.从那页的其余部分穿上风格。
总括,然后由你翻译 X或过渡留下/完全可以把该要素推入网页。