New Window Position fixer

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

Apa itu New Window Position fixer?

New Window Position fixer adalah ekstensi Chrome yang dikembangkan oleh ymgve, dan fitur utamanya adalah "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi New Window Position fixer

Unduh file ekstensi New Window Position fixer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama New Window Position fixer New Window Position fixer
ID hifdbbkhhocikpfglhmccfoiomoknbjh
URL Resmi https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh
Deskripsi Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Ukuran File 3.18 KB
Jumlah Instalasi 248
Versi Saat Ini 0.1
Terakhir Diperbarui 2023-02-16
Tanggal Publikasi 2015-03-21
Penilaian 4.38/5 Total 13 Penilaian
Pengembang ymgve
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}