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”。
擴展截圖
下載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 |
ID | hifdbbkhhocikpfglhmccfoiomoknbjh |
官方網址 | 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" ] } } |