WindowSize

Change Windows Size.

O que é WindowSize?

WindowSize é uma extensão do Chrome desenvolvida por nori_yamam, e sua principal característica é "Change Windows Size.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WindowSize

Baixe arquivos de extensão WindowSize no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WindowSize WindowSize
ID oaohkpbdkgfmmgdjgeekkmkpmkglfdcc
URL Oficial https://chromewebstore.google.com/detail/windowsize/oaohkpbdkgfmmgdjgeekkmkpmkglfdcc
Descrição Change Windows Size.
Tamanho do Arquivo 7.52 KB
Contagem de Instalações 87
Versão Atual 1.4
Última Atualização 2023-10-30
Data de Publicação 2019-10-30
Desenvolvedor nori_yamam
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}