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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ymgve, και η κύρια λειτουργία του είναι "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης New Window Position fixer

Λήψη αρχείων επέκτασης 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 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"
        ]
    }
}