How can I prevent Chrome from offsetting newly opened Window?
When I open a new Window in Chrome on Windows 7 (by pressing CTRL+N), the new window does not exactly overlap the existing window.
Instead it is offset to the right slightly.
So, immediately after opening a new window I have to manually move it to the left so that it uses the full screen real estate.
Is there a way to prevent this offset?
Solution 1:
There is no default way.
The incremental offset is part of Windows (it always puts new non-maximized windows a little down and to the right of the last one until it reaches a threshold and then starts back up, from the top-left again.
Further, the window-position settings that Chrome stores in the Preferences file only get used when you launch Chrome, not for new windows.
You have two options at this point.
- Submit an issue to request that it be implemented (it could take a while, if it at all)
- Request somebody to write an extension to do it (it should be possible), or write one yourself
Solution 2:
Not really a Chrome "hack", but here are a few solutions:
- You could use Windows 7's Aero Snap - just pull the new Window up to the top so it gets maximized.
- Double click the new windows's top border for it to become maximized.
- Or you could press Win+↑ right after opening the new window. This will maximize it too.