How to open multiple urls at once?
- 
 How to open multiple urls at once? 
- 
 not sure if there is a plugin which can do this but natively, afaik, you can’t do it. 
- 
 Hello,@Bruno-Martinha 
 Please you have open multiple URLs at once to use the CMD batch script file for this and insert the command below in the batch script file:FOR /F %%link IN (<your text file.txt>) DO start chrome %%linkI hope this information will be useful to you. 
 Thank you.
