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によって開発されたChromeの拡張機能で、その主な機能は「Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window」です。

拡張機能のスクリーンショット

screenshot

New Window Position fixer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        ]
    }
}