WindowSize
Change Windows Size.
¿Qué es WindowSize?
WindowSize es una extensión de Chrome desarrollada por nori_yamam, y su función principal es "Change Windows Size.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WindowSize
Descarga archivos de extensión WindowSize 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
Change Chrome's window size. It is convenient to standardize the size when you attach screenshot to manual or blog. Oct.30, 2019 Known issues I've found that this doesn't work correctly if the Chrome window size is maximized. This probably happened in Chrome78. I checked the program but could not find a fix method. If the Chrome window size is maximized, it will work correctly if you change it manually.
Información Básica de la Extensión
Nombre | WindowSize |
ID | oaohkpbdkgfmmgdjgeekkmkpmkglfdcc |
URL Oficial | https://chromewebstore.google.com/detail/windowsize/oaohkpbdkgfmmgdjgeekkmkpmkglfdcc |
Descripción | Change Windows Size. |
Tamaño del Archivo | 7.52 KB |
Cantidad de Instalaciones | 87 |
Versión Actual | 1.4 |
Última Actualización | 2023-10-30 |
Fecha de Publicación | 2019-10-30 |
Desarrollador | nori_yamam |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WindowSize", "short_name": "WS", "version": "1.4", "manifest_version": 3, "description": "Change Windows Size.", "action": { "default_title": "Window Size 1.4", "default_popup": "popup.html", "default_icon": { "32": "WindowSize_32.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "128": "WindowSize_128.png" } } |