New Window Position fixer

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

Co to jest New Window Position fixer?

New Window Position fixer to rozszerzenie Chrome opracowane przez ymgve, a jego główną funkcją jest „Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia New Window Position fixer

Pobierz pliki rozszerzeń New Window Position fixer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa New Window Position fixer New Window Position fixer
ID hifdbbkhhocikpfglhmccfoiomoknbjh
Oficjalny URL https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh
Opis Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Rozmiar pliku 3.18 KB
Liczba instalacji 248
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2023-02-16
Data Publikacji 2015-03-21
Ocena 4.38/5 Łącznie 13 Oceny
Deweloper ymgve
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}