Merge Window Extension

Merge windows per Profile

O que é Merge Window Extension?

Merge Window Extension é uma extensão do Chrome desenvolvida por pHo9UBenaA, e sua principal característica é "Merge windows per Profile".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Merge Window Extension

Baixe arquivos de extensão Merge Window Extension 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

                        The Merge Window Extension is intended to effectively reduce the number of windows and memory consumption by merging multiple windows in the browser.

The extension detects a left click or the shortcut key "Control (Command) + M" and performs the following actions
* Merge all windows of the same profile
* Merge all incognito windows of the same profile
(If allowed to run in incognito mode)

For more information on allowing execution in incognito mode
see https://support.google.com/chrome/a/answer/13130396.

Note:
To protect privacy, regular windows and secret windows will not be merged.                    

Informações Básicas da Extensão

Nome Merge Window Extension Merge Window Extension
ID fijodggmkbkjcmlpkpahjpepngppdppb
URL Oficial https://chromewebstore.google.com/detail/merge-window-extension/fijodggmkbkjcmlpkpahjpepngppdppb
Descrição Merge windows per Profile
Tamanho do Arquivo 23.42 KB
Contagem de Instalações 75
Versão Atual 1.0.1
Última Atualização 2023-08-02
Data de Publicação 2023-06-28
Desenvolvedor pHo9UBenaA
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://pho9ubenaa.github.io/pHo9UBenaA/
URL da Página de Política de Privacidade https://pho9ubenaa.github.io/pHo9UBenaA
Idiomas Suportados de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "version": "1.0.1",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "author": "pHo9UBenaA",
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Triggering merge"
        }
    },
    "permissions": [
        "contextMenus"
    ],
    "incognito": "spanning"
}