New Window Position fixer
Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
What is New Window Position fixer?
New Window Position fixer is a Chrome extension developed by ymgve, and its main feature is "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".
Extension Screenshots
Download New Window Position fixer Extension CRX File
Download New Window Position fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Normally, when you use Ctrl+N to open a non-maximized new window, it is slightly offset down and to the right of the previous window. This extension fixes this so the new window will exactly overlap the previous window.
Extension Basic Information
Name | New Window Position fixer |
ID | hifdbbkhhocikpfglhmccfoiomoknbjh |
Official URL | https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh |
Description | Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window |
File Size | 3.18 KB |
Installation Count | 248 |
Current Version | 0.1 |
Last Updated | 2023-02-16 |
Publish Date | 2015-03-21 |
Rating | 4.38/5 Total 13 Ratings |
Developer | ymgve |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Window Position fixer", "version": "0.1", "description": "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window", "background": { "scripts": [ "background.js" ] } } |