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 ymgve द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New Window Position fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}