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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}