Chrome command line arguments w/ url?
- by John Isaacks
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.