gpt4 book ai didi

google-chrome-app - 如何为 chrome 新窗口设置全宽和全高

转载 作者:行者123 更新时间:2023-12-04 22:03:49 24 4
gpt4 key购买 nike

如何在显示屏幕上创建一个充满可用空间的新窗口。

function CreateWindow () {
chrome.app.window.create("Spreadsheet.html" , {
"bounds" : {
"width" : 500, // need full width and height
"height": 400
}
});
}

chrome.app.runtime.onLaunched.addListener(CreateWindow);

最佳答案

创建最大化的窗口以使用所有可用的屏幕空间。

chrome.app.window.create("Spreadsheet.html" , { state: 'maximized'}

app window documentation了解更多详情。

关于google-chrome-app - 如何为 chrome 新窗口设置全宽和全高,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18911379/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com