简体   繁体   English

如何通过Windows命令提示符打开Goog​​le Chrome弹出窗口

[英]How to Open a Google Chrome Pop-out Window via Windows Command Prompt

I'd like to put a .bat file on my desktop that opens my Twitch chat in a pop-out window instead of a regular Google Chrome window. 我想在桌面上放置一个.bat文件,以便在弹出窗口(而不是常规的Google Chrome窗口)中打开我的Twitch聊天室。 The pop-out window I'm referring to has no header or tabs which makes it take up less space, and I'd prefer it to be in a pop-out window. 我指弹出窗口没有标题或选项卡,因此占用更少的空间,我希望它位于弹出窗口中。

Using the URL for my Twitch chat, command would I use to achieve this? 使用Twitch聊天的URL,我将使用命令来实现此目的吗?

I found this link to a list of Google Chrome command line switches, but I can't seem to find anything related to pop-out windows. 我找到指向Google Chrome命令行开关列表的链接,但似乎找不到与弹出窗口相关的任何内容。

try this on cmd; 在cmd上尝试

start chrome /new-window www.stackoverflow.com

it opens a new window with the link www.stackoverflow.com 它打开一个带有链接www.stackoverflow.com的新窗口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM