New Window Position fixer
Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
¿Qué es New Window Position fixer?
New Window Position fixer es una extensión de Chrome desarrollada por ymgve, y su función principal es "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión New Window Position fixer
Descarga archivos de extensión New Window Position fixer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | New Window Position fixer |
ID | hifdbbkhhocikpfglhmccfoiomoknbjh |
URL Oficial | https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh |
Descripción | Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window |
Tamaño del Archivo | 3.18 KB |
Cantidad de Instalaciones | 248 |
Versión Actual | 0.1 |
Última Actualización | 2023-02-16 |
Fecha de Publicación | 2015-03-21 |
Calificación | 4.38/5 Total de 13 Calificaciones |
Desarrollador | ymgve |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |