Resize Window

Restores window size and position after changing screen resolution.

Cos'è Resize Window?

Resize Window è un'estensione di Chrome sviluppata da Jake Cohen, e la sua funzione principale è "Restores window size and position after changing screen resolution.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Resize Window

Scarica i file di estensione Resize Window in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows you to save a desired browser window size and position, then easily restore to that state.

This is useful when your browser gets resized and moved automatically by actions such as switching from a docked laptop with a large screen to the laptop's built-in screen, then switching back.                    

Informazioni di Base sull'Estensione

Nome Resize Window Resize Window
ID jaibdaoocnhjhpgcfcbfoiommnejappg
URL Ufficiale https://chromewebstore.google.com/detail/resize-window/jaibdaoocnhjhpgcfcbfoiommnejappg
Descrizione Restores window size and position after changing screen resolution.
Dimensione del File 9.19 KB
Conteggio Installazioni 448
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-12-05
Data di Pubblicazione 2014-07-11
Valutazione 2.88/5 Totale 8 Valutazioni
Sviluppatore Jake Cohen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resize Window",
    "version": "1.0.1",
    "description": "Restores window size and position after changing screen resolution.",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "resize.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Resize"
    },
    "options_page": "options\/options.html",
    "manifest_version": 3
}