Resize Window
Restores window size and position after changing screen resolution.
¿Qué es Resize Window?
Resize Window es una extensión de Chrome desarrollada por Jake Cohen, y su función principal es "Restores window size and position after changing screen resolution.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Resize Window
Descarga archivos de extensión Resize Window en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Resize Window |
ID | jaibdaoocnhjhpgcfcbfoiommnejappg |
URL Oficial | https://chromewebstore.google.com/detail/resize-window/jaibdaoocnhjhpgcfcbfoiommnejappg |
Descripción | Restores window size and position after changing screen resolution. |
Tamaño del Archivo | 9.19 KB |
Cantidad de Instalaciones | 448 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-12-05 |
Fecha de Publicación | 2014-07-11 |
Calificación | 2.88/5 Total de 8 Calificaciones |
Desarrollador | Jake Cohen |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |