New Window Position fixer
Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Was ist New Window Position fixer?
New Window Position fixer ist eine Chrome-Erweiterung, die von ymgve entwickelt wurde, und ihr Hauptmerkmal ist "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".
Erweiterungsscreenshots
New Window Position fixer-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Window Position fixer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | New Window Position fixer |
ID | hifdbbkhhocikpfglhmccfoiomoknbjh |
Offizielle URL | https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh |
Beschreibung | Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window |
Dateigröße | 3.18 KB |
Installationsanzahl | 248 |
Aktuelle Version | 0.1 |
Letztes Update | 2023-02-16 |
Veröffentlichungsdatum | 2015-03-21 |
Bewertung | 4.38/5 Insgesamt 13 Bewertungen |
Entwickler | ymgve |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |