Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
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.
Dec 19, 2022  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
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!
Dec 19, 2022  • #2
User Image
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.
Dec 19, 2022  • #3
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
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!
Dec 20, 2022  • #4
User Image
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?
Apr 12, 2023  • #5
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
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!
Apr 13, 2023  • #6
User Image
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?
Feb 6, 2024  • #7
User Image
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)
Feb 6, 2024  • #8
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
On lines 15 and 21, you can add each website you want it to open to for each tab. It would look like this:

Code

BFS.Application.Start("C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "https://www.google.ca https://www.google.ca  https://www.google.ca");
Feb 9, 2024  • #9
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)