New Window Position fixer

Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window

O que é New Window Position fixer?

New Window Position fixer é uma extensão do Chrome desenvolvida por ymgve, e sua principal característica é "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New Window Position fixer

Baixe arquivos de extensão New Window Position fixer 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

                        Normally, when you use Ctrl+N to open a non-maximized new window, it is slightly offset down and to the right of the previous window. This extension fixes this so the new window will exactly overlap the previous window.                    

Informações Básicas da Extensão

Nome New Window Position fixer New Window Position fixer
ID hifdbbkhhocikpfglhmccfoiomoknbjh
URL Oficial https://chromewebstore.google.com/detail/new-window-position-fixer/hifdbbkhhocikpfglhmccfoiomoknbjh
Descrição Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window
Tamanho do Arquivo 3.18 KB
Contagem de Instalações 248
Versão Atual 0.1
Última Atualização 2023-02-16
Data de Publicação 2015-03-21
Classificação 4.38/5 Total de 13 Avaliações
Desenvolvedor ymgve
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Window Position fixer",
    "version": "0.1",
    "description": "Adjusts windows position when pressing Ctrl+N so it stays in the same place as the previous window",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}