Resize Window
Restores window size and position after changing screen resolution.
What is Resize Window?
Resize Window is a Chrome extension developed by Jake Cohen, and its main feature is "Restores window size and position after changing screen resolution.".
Extension Screenshots
Download Resize Window Extension CRX File
Download Resize Window extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Resize Window |
ID | jaibdaoocnhjhpgcfcbfoiommnejappg |
Official URL | https://chromewebstore.google.com/detail/resize-window/jaibdaoocnhjhpgcfcbfoiommnejappg |
Description | Restores window size and position after changing screen resolution. |
File Size | 9.19 KB |
Installation Count | 448 |
Current Version | 1.0.1 |
Last Updated | 2023-12-05 |
Publish Date | 2014-07-11 |
Rating | 2.88/5 Total 8 Ratings |
Developer | Jake Cohen |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |