那么,我错过了什么吗?试图在左上角创建一个面板,并且它没有正确对齐,这样做了十几次你会看到chrome认为左上角正在慢慢向右下方移动......与type: "normal"
一起工作正常我需要在哪个地方切换?
var info = {
url: "https://www.google.com",
type:"panel",
width:Math.round(window.screen.availWidth*0.5),
height:Math.round(window.screen.availHeight*0.5),
top:0,
left:0,
};
chrome.windows.create(info,function (callback) {});