Search code examples
windowsgoogle-chromegoogle-chrome-extensionfullscreenmultiple-monitors

How to extend chrome browser to dual display on fullscreen


I am trying to figure out how to make the browser to cover both displays (on a dual-screen setup, with same resolution on both screens) on Fullscreen mode under MS Windows.

I have checked the developer tools, but that only emulates the display. Some MS Windows utilities do offer this feature but it doesn't work for Google Chrome browser. And also its not fullscreen mode.

If there isn't any chrome-extension available, can you point out if this is possible through writing a chrome-extension ? Any pointers are more than welcome.

Cheers,


Solution

  • I got this working using nVidia desktop mosaic feature. Still looking for driver independent solution.