New Window Position fixer
Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Co je New Window Position fixer?
New Window Position fixer je rozšíření Chrome vyvinuté ymgve, a jeho hlavní funkcí je „Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření New Window Position fixer
Stáhněte si soubory rozšíření New Window Position fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | New Window Position fixer |
ID | hifdbbkhhocikpfglhmccfoiomoknbjh |
Oficiální URL | https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh |
Popis | Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window |
Velikost souboru | 3.18 KB |
Počet instalací | 248 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2023-02-16 |
Datum Vydání | 2015-03-21 |
Hodnocení | 4.38/5 Celkem 13 Hodnocení |
Vývojář | ymgve |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |