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 là gì?

New Window Position fixer là một tiện ích mở rộng Chrome được phát triển bởi ymgve, và tính năng chính của nó là "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Window Position fixer

Tải xuống các tệp mở rộng New Window Position fixer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên New Window Position fixer New Window Position fixer
ID hifdbbkhhocikpfglhmccfoiomoknbjh
URL Chính Thức https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh
Mô tả Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Kích Thước Tệp 3.18 KB
Số Lần Cài Đặt 248
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2023-02-16
Ngày Phát Hành 2015-03-21
Đánh Giá 4.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển ymgve
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}