Resize Window
Restores window size and position after changing screen resolution.
O que é Resize Window?
Resize Window é uma extensão do Chrome desenvolvida por Jake Cohen, e sua principal característica é "Restores window size and position after changing screen resolution.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Resize Window
Baixe arquivos de extensão Resize Window 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
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.
Informações Básicas da Extensão
Nome | Resize Window |
ID | jaibdaoocnhjhpgcfcbfoiommnejappg |
URL Oficial | https://chromewebstore.google.com/detail/resize-window/jaibdaoocnhjhpgcfcbfoiommnejappg |
Descrição | Restores window size and position after changing screen resolution. |
Tamanho do Arquivo | 9.19 KB |
Contagem de Instalações | 448 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-12-05 |
Data de Publicação | 2014-07-11 |
Classificação | 2.88/5 Total de 8 Avaliações |
Desenvolvedor | Jake Cohen |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |