New Window Position fixer
Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Wat is New Window Position fixer?
New Window Position fixer is een Chrome-extensie ontwikkeld door ymgve, en de belangrijkste functie is "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".
Extensie Screenshots
Download het CRX-bestand van de extensie New Window Position fixer
Download New Window Position fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | New Window Position fixer |
ID | hifdbbkhhocikpfglhmccfoiomoknbjh |
Officiële URL | https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh |
Beschrijving | Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window |
Bestandsgrootte | 3.18 KB |
Aantal Installaties | 248 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2023-02-16 |
Publicatiedatum | 2015-03-21 |
Beoordeling | 4.38/5 Totaal 13 Beoordelingen |
Ontwikkelaar | ymgve |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |