New Window Position fixer

Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window

Vad är New Window Position fixer?

New Window Position fixer är en Chrome-tillägg utvecklad av ymgve, och dess huvudfunktion är "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".

Tilläggsskärmbilder

screenshot

Ladda ner New Window Position fixer-förlängningens CRX-fil

Ladda ner New Window Position fixer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn New Window Position fixer New Window Position fixer
ID hifdbbkhhocikpfglhmccfoiomoknbjh
Officiell webbadress https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh
Beskrivning Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Filstorlek 3.18 KB
Antal Installationer 248
Aktuell Version 0.1
Senast Uppdaterad 2023-02-16
Publiceringsdatum 2015-03-21
Betyg 4.38/5 Totalt 13 Betyg
Utvecklare ymgve
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}