如何在单个窗口中制作多个打开的浏览器的选项卡式面板浏览器

发布于 2024-12-09 05:45:20 字数 145 浏览 0 评论 0原文

如果我们在 Firefox/Chrome 中有一个选项卡窗口,我们可以通过将其拉出来最大化每个选项卡窗口。

是否可以将其恢复回来?(将打开的浏览器窗口拖放到另一个窗口上,使其成为选项卡式面板)在 Firefox/Google Chrome 中使用 JS/jQ?

If we have a tab window in Firefox/Chrome we make maximize each tab window by pulling it out.

Would it be possible to revert it back?(Drag the opened browser window & drop on the other window to make it as a tabbed panel) using JS/jQ in Firefox/Google Chrome?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只是一片海 2024-12-16 05:45:20

不。浏览器实际上并不让您控制镶边,除了偶尔弹出一个新窗口或关闭您打开的窗口之外。

window 对象上有一些较旧的、有争议的方法,允许调整大小和移动,但它们在最新版本的 Chrome 中不起作用(谢天谢地)。

No. Browsers don't really let you control the chrome, other than occasionally popping open a new window, or closing one that you opened.

There are some older, convtroversial methods on the window object to allow resizing and moving, but they don't work in the latest version of Chrome (thankfully).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文