New Window Position fixer
Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Qu'est-ce que New Window Position fixer ?
New Window Position fixer est une extension Chrome développée par ymgve, et sa fonction principale est "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Window Position fixer
Téléchargez les fichiers d'extension New Window Position fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | New Window Position fixer |
ID | hifdbbkhhocikpfglhmccfoiomoknbjh |
URL Officiel | https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh |
Description | Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window |
Taille du Fichier | 3.18 KB |
Nombre d'Installations | 248 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2023-02-16 |
Date de Publication | 2015-03-21 |
Évaluation | 4.38/5 Total 13 Évaluations |
Développeur | ymgve |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |