Is there a command line switch for chrome, that would open given url in a new background tab (just like you right click on link and click 'open in new tab')?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Unfortunately no. The file below is part of Chrome's source that defines all command line switches that the application accepts - I didn't find a switch there that does what you're looking for.

Source: Taken from the latest Chrome build at http://src.chromium.org/svn/trunk/src/chrome/common/chrome_switches.cc

link|improve this answer
Crap! Thanks a lot, nice to know. – gruszczy Aug 10 '10 at 14:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.