Resize Window

Restores window size and position after changing screen resolution.

Co je Resize Window?

Resize Window je rozšíření Chrome vyvinuté Jake Cohen, a jeho hlavní funkcí je „Restores window size and position after changing screen resolution.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Resize Window

Stáhněte si soubory rozšíření Resize Window ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Resize Window Resize Window
ID jaibdaoocnhjhpgcfcbfoiommnejappg
Oficiální URL https://chromewebstore.google.com/detail/resize-window/jaibdaoocnhjhpgcfcbfoiommnejappg
Popis Restores window size and position after changing screen resolution.
Velikost souboru 9.19 KB
Počet instalací 448
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-12-05
Datum Vydání 2014-07-11
Hodnocení 2.88/5 Celkem 8 Hodnocení
Vývojář Jake Cohen
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}