Is there any way to create a shortcut that opens a set of URLs in different tabs in the same browser window in Chrome browser? Similarly i want another shortcut so that i want to open another set of URL in another separate chrome window in separate tabs
EDIT :
I got the perfect solution
Create a batch file with below code :-
@echo off
start chrome --new-window "url1" "url2" "url3"