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