Chrome command line arguments w/ url?
Posted
by John Isaacks
on Super User
See other posts from Super User
or by John Isaacks
Published on 2010-06-16T15:22:45Z
Indexed on
2010/06/16
15:33 UTC
Read the original article
Hit count: 226
command-line
|google-chrome
when launching chrome from the windows command line I can pass arguments like so:
...>chrome.exe -incognito
I can also pass a URL to open
...>chrome.exe google.com
Each work fine on their own but I can't get them to work together.
What I want is to launch it with a url, and open in its OWN tab, and hide the url, buttons, etc. like a utility window but I do want it resizable.
© Super User or respective owner