Resize Window

Restores window size and position after changing screen resolution.

Apa itu Resize Window?

Resize Window adalah ekstensi Chrome yang dikembangkan oleh Jake Cohen, dan fitur utamanya adalah "Restores window size and position after changing screen resolution.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Resize Window

Unduh file ekstensi Resize Window dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Resize Window Resize Window
ID jaibdaoocnhjhpgcfcbfoiommnejappg
URL Resmi https://chromewebstore.google.com/detail/resize-window/jaibdaoocnhjhpgcfcbfoiommnejappg
Deskripsi Restores window size and position after changing screen resolution.
Ukuran File 9.19 KB
Jumlah Instalasi 448
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-12-05
Tanggal Publikasi 2014-07-11
Penilaian 2.88/5 Total 8 Penilaian
Pengembang Jake Cohen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}