Is it possible to combine two chrome.exe switches (-app= and -incognito) ???
If no, how to launch my Gmail app in incognito automaticaly???
Where can I submit this update to Google if it's not still possible?
Thanks a lot!!
Pascal B.
This is a discussion on Cannot launch application window in incognito mode... within the Chrome Troubleshooting section, part of the Google Chrome category: Is it possible to combine two chrome.exe switches (-app= and -incognito) ??? If no, how to launch my Gmail app ...
Is it possible to combine two chrome.exe switches (-app= and -incognito) ???
If no, how to launch my Gmail app in incognito automaticaly???
Where can I submit this update to Google if it's not still possible?
Thanks a lot!!
Pascal B.
I'm not sure what the app= one is, but yeah you can do as many flags as you want.
You might have to put a separate -- at the end of the line though, not sure if that's optional or not for multiple flags.
~ Projects ~
Specialized: Carapass Auction Watcher, Kongregate Chat
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
~ Happy to make extensions for pay too ;D ~
Portfolio: Search and Share
When creating an "application" on a Web page, I noticed the only change in the shortcut is : "... \chrome.exe" --app=http://www.THESITE.com
The "--app" switch makes an application.
Now, I tryed adding a "-incognito" before, after... with two '-', one '-'... Not working.
Waha, you say we can use multiple flags... How?
Thanks,
Pascal B.
try to put quotes around "http://www.THESITE.com" and make sure you have a blank space after it before you write another switch. like this:
Code:"... \chrome.exe" --app="http://www.THESITE.com" --incognito
~ Projects ~
Specialized: Carapass Auction Watcher, Kongregate Chat
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
~ Happy to make extensions for pay too ;D ~
Portfolio: Search and Share
Thanks, it finally works ! It may have always worked...
I was looking for the spy in the upper left corner of the window to be sure I was in incognito mode... But I noticed in APP mode, the only change between incognito and normal is the color of the upper bar : incognito is grey (no spy), normal is blue.
Thanks again,
Pascal B.