New Window Position fixer

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

Cos'è New Window Position fixer?

New Window Position fixer è un'estensione di Chrome sviluppata da ymgve, e la sua funzione principale è "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione New Window Position fixer

Scarica i file di estensione New Window Position fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome New Window Position fixer New Window Position fixer
ID hifdbbkhhocikpfglhmccfoiomoknbjh
URL Ufficiale https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh
Descrizione Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Dimensione del File 3.18 KB
Conteggio Installazioni 248
Versione Corrente 0.1
Ultimo Aggiornamento 2023-02-16
Data di Pubblicazione 2015-03-21
Valutazione 4.38/5 Totale 13 Valutazioni
Sviluppatore ymgve
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}