Abdo El-Mobayad
5 discussion posts
I would like to make a custom function that opens 2 Chrome Windows Side by Side on my Main Screen.
Any help with setting this up would be greatly appreciated.
Hi Abdo,
We have a script in our repository that you can download (DisplayFusion Settings > Functions > Scripted Function) called "Open Multiple Chrome Windows with Multiple Tabs on Specific Monitors" that should do this for you. You can modify it to only open on 1 monitor with the specific websites you would like.
Hope that helps!
Abdo El-Mobayad
5 discussion posts
That looks too complicated to me. Can you help out?
I just need 2 chrome windows side by side, on the main screen, with no tabs or websites open.
I've attached a script below that should do this. You can import it via the DisplayFusion Settings > Functions > Scripted Function > Import Scripted Function.
Thanks!
Abdo El-Mobayad
5 discussion posts
Thank you very much it's working great!
How can I modify it to open certain websites in each chrome window?
On lines 15 & 21, you can add the URL for the site you want it loaded to. For example, line 15 would look like this if you want it to open to google:
BFS.Application.Start("C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "https://www.google.ca/");
Hope that helps!
Abdo El-Mobayad
5 discussion posts
Thank you very much!
If I wanted to open 3 chrome tabs in each chrome window. How would I do that?
Abdo El-Mobayad
5 discussion posts
I want to open 3 tabs in chrome on my right screen (Full Size)
and open 3 tabs in chrome on my left screen (Full Size)