New Window Position fixer

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

ما هو New Window Position fixer؟

New Window Position fixer هو إضافة Chrome تم تطويرها بواسطة ymgve، والميزة الرئيسية لها هي "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة New Window Position fixer

قم بتنزيل ملفات الامتداد New Window Position fixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم New Window Position fixer New Window Position fixer
ID hifdbbkhhocikpfglhmccfoiomoknbjh
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh
الوصف Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
حجم الملف 3.18 KB
عدد التثبيتات 248
النسخة الحالية 0.1
آخر تحديث 2023-02-16
تاريخ النشر 2015-03-21
تقييم 4.38/5 مجموع تقييمات 13
المطور ymgve
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        ]
    }
}