I am trying to find a way to make a shortcut for Google Chrome that will open several specific web pages in multiple tabs. Right now I am using the shortcut on the Google Chrome desktop and the command line to accomplish this, but it does not fit. I have this line of code in the target text field (right click> properties> target text field) right now:
C:\Users\ComputerName\AppData\Local\Google\Chrome\Application\chrome.exe --new-window --incognito "http://URL1" "http://URL2"
This is almost what I want. Google Chrome opens in a new incognito window with URLs on separate tabs. In addition, there is one big problem. The target text field accepts a very limited number of characters. I need to open multiple URLs on multiple tabs, most likely 8 or more. All my URLs will not fit in the target text box.
Also, it looks like the --disable-images switch does not work for Windows 7. I would like to disable images with Java and Flash to improve performance when opening so many tabs.
So, how can I get a shortcut that opens Google Chrome in a new incognito window with several tabs going to several different sites (URLs)?
Preferably, if the images are disabled and, possibly, Java and Flash are disabled. (Keep in mind that this shortcut may be a .bat file or something like that.)
source share